From: fred Date: Sun, 24 Mar 2002 19:33:57 +0000 (+0000) Subject: lilypond-0.0.38 X-Git-Tag: release/1.5.59~5265 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d531fc1fcbe83f281cfbe5ed9db2bdf1d76af3ea;p=lilypond.git lilypond-0.0.38 --- diff --git a/hdr/notehead.hh b/hdr/notehead.hh index febbe4d955..d7a68e7798 100644 --- a/hdr/notehead.hh +++ b/hdr/notehead.hh @@ -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