X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fspring.hh;h=d4ebee23cd05f3680b9bfcfe3bb036061a6af92a;hb=17378a326b64ebeaeb6f9454cde414923785a470;hp=ce3dbfd93b8bf16e779d21d9ece71d9090feea10;hpb=886093b9ffe6b0f1a4a9d7d02ec12242c85b3caa;p=lilypond.git diff --git a/lily/include/spring.hh b/lily/include/spring.hh index ce3dbfd93b..d4ebee23cd 100644 --- a/lily/include/spring.hh +++ b/lily/include/spring.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1999--2014 Han-Wen Nienhuys + Copyright (C) 1999--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 @@ -27,7 +27,7 @@ class Spring : public Simple_smob { public: static SCM equal_p (SCM, SCM); - static const char type_p_name_[]; + static const char * const type_p_name_; private: Real distance_; Real min_distance_;