From d531fc1fcbe83f281cfbe5ed9db2bdf1d76af3ea Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:33:57 +0000 Subject: [PATCH] lilypond-0.0.38 --- hdr/notehead.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5