X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpitch.hh;h=dad2bc1246727c5fc4f5dc016b78c7f2c788347b;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=a6e3c3860afb4331c91dd7b1ac1aad0aea50c5f9;hpb=00b9619cea1020f6773f23df8764ef85ee2912bf;p=lilypond.git diff --git a/lily/include/pitch.hh b/lily/include/pitch.hh index a6e3c3860a..dad2bc1246 100644 --- a/lily/include/pitch.hh +++ b/lily/include/pitch.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1998--2014 Han-Wen Nienhuys + Copyright (C) 1998--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,9 +36,9 @@ class Pitch : public Simple_smob { public: static SCM equal_p (SCM, SCM); - static int print_smob (SCM, SCM, scm_print_state *); - SCM mark_smob (); - static const char type_p_name_[]; + int print_smob (SCM, scm_print_state *) const; + SCM mark_smob () const; + static const char * const type_p_name_; private: int octave_; int notename_;