]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/rest.hh
release: 0.0.38
[lilypond.git] / hdr / rest.hh
index d03bd0c96f800657721f890a6066000c51bc8f19..85c72666772e62cd55c3a17414ca4ed16986add1 100644 (file)
@@ -18,7 +18,7 @@ struct Rest : Item {
 
     Rest(int dur,int dots);
     void do_print()const;
-    const char * name() const;
+NAME_MEMBERS(Rest);
     Molecule* brew_molecule_p()const;
 };
 #endif