]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.67
authorfred <fred>
Sun, 24 Mar 2002 19:45:07 +0000 (19:45 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:45:07 +0000 (19:45 +0000)
lily/include/register.hh
lily/include/stem.hh

index 641d0331125ac4fe56a5b2b0466f138fade583c4..8ede14b1d3fc3fc433310d1d610079ca871ae178 100644 (file)
@@ -111,7 +111,7 @@ public:
 
     Request_register();
     virtual ~Request_register(){}
-    NAME_MEMBERS(Request_register);
+    NAME_MEMBERS();
     void print() const;
 };
 
index dad7e1660fbf8b2b53cac21f52590f5e002e23f9..34cb868d56743d4ed22cb7685bfce8fa0c2f0206 100644 (file)
@@ -66,7 +66,7 @@ public:
     /// ensure that this Stem also encompasses the Notehead #n#
     void add(Note_head*n);
 
-    NAME_MEMBERS(Stem);
+    NAME_MEMBERS();
 
     Real hpos_f()const;