]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.38
authorfred <fred>
Sun, 24 Mar 2002 19:33:57 +0000 (19:33 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:33:57 +0000 (19:33 +0000)
hdr/notehead.hh

index febbe4d9559792712e476f02c988ca891a579618..d7a68e7798884bf6850f3f4b184037ab202ac1f2 100644 (file)
@@ -18,7 +18,7 @@ takes care of:
   */
 
 struct Notehead : Item {
-    const char * name() const;
+    NAME_MEMBERS(Notehead);
 
     int position;
     /// -1 = lowest, 0 = inside, 1 = top
@@ -38,7 +38,7 @@ struct Notehead : Item {
       */
     Notehead(int staff_size);
     void do_print()const;
-    static int compare(Notehead*&a, Notehead*&b) ;
+    static int compare(Notehead * const &a, Notehead *const &b) ;
     Molecule* brew_molecule_p()const;
 };
 #endif // NOTEHEAD_HH