]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.11
authorfred <fred>
Wed, 4 Dec 1996 21:02:23 +0000 (21:02 +0000)
committerfred <fred>
Wed, 4 Dec 1996 21:02:23 +0000 (21:02 +0000)
flower/handle.hh

index 32573998f270c8916ffe1257bfe677ef466875bd..921dc6031c4a1d77e7f55dc15da3f3cdd89c894b 100644 (file)
@@ -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;