]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spring.hh
Issue 4878: Make type_p_name_ always char pointer
[lilypond.git] / lily / include / spring.hh
index fd01ca048cf7bc0ce53506c8b058dae13b244702..d4ebee23cd05f3680b9bfcfe3bb036061a6af92a 100644 (file)
@@ -27,7 +27,7 @@ class Spring : public Simple_smob<Spring>
 {
 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_;