From: fred Date: Wed, 4 Dec 1996 21:02:23 +0000 (+0000) Subject: flower-1.0.11 X-Git-Tag: release/1.5.59~6670 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=431f6b73a75758921194a061912f869c2448c792;p=lilypond.git flower-1.0.11 --- diff --git a/flower/handle.hh b/flower/handle.hh index 32573998f2..921dc6031c 100644 --- a/flower/handle.hh +++ b/flower/handle.hh @@ -16,7 +16,7 @@ class Handle { refs = 0; } /// point to new object. - void up(T *t, int *r=0) { + void up(T *t, int *r) { if (!r) { refs = new int; *refs = 1;