X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbox.cc;h=6569493419da6a66c44077feab15ea5297c46ee9;hb=a6a51abfd0195a3cf7d6ea095cf69808852f21ce;hp=700eec3a6c8e9a7d3ecc39fc392bcd07c91f3d85;hpb=886093b9ffe6b0f1a4a9d7d02ec12242c85b3caa;p=lilypond.git diff --git a/lily/box.cc b/lily/box.cc index 700eec3a6c..6569493419 100644 --- a/lily/box.cc +++ b/lily/box.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1996--2014 Han-Wen Nienhuys + Copyright (C) 1996--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 @@ -133,4 +133,4 @@ Box::print () /****************************************************************/ -const char Box::type_p_name_[] = "ly:box?"; +const char * const Box::type_p_name_ = "ly:box?";