X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Funpure-pure-container.hh;h=7accff9a8843fcdb788595a8d7821fd86d80cd85;hb=5c7507115ca03b8f2f2b46e34d670ed50074b00d;hp=cff9d6fb3c2206a7bfffabcefbb60a25d3af1cfb;hpb=8cd6c7945283badb27640b3a0020808ace14a27a;p=lilypond.git diff --git a/lily/include/unpure-pure-container.hh b/lily/include/unpure-pure-container.hh index cff9d6fb3c..7accff9a88 100644 --- a/lily/include/unpure-pure-container.hh +++ b/lily/include/unpure-pure-container.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2014 Han-Wen Nienhuys + Copyright (C) 2005--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 @@ -26,7 +26,7 @@ class Unpure_pure_container : public Smob2 { public: - static const char type_p_name_ []; + static const char * const type_p_name_; SCM unpure_part () const { return scm1 (); } // A container that has the same callback for both 'pure' and 'unpure' lookups // and which ignores the 'start' and 'end' columnns. @@ -39,7 +39,7 @@ public: return Smob2::make_smob (a, a); return Smob2::make_smob (a, b); } - int print_smob (SCM, scm_print_state *); + int print_smob (SCM, scm_print_state *) const; }; #endif /* UNPURE_PURE_CONTAINER_HH */