]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/box.hh
Issue 4878: Make type_p_name_ always char pointer
[lilypond.git] / lily / include / box.hh
index 7d5745d6965b757123606d33b4b25edf64dc1779..d4a8655a429b0cf965364132871cf2b7f9c3b054 100644 (file)
@@ -12,7 +12,7 @@
 class Box : public Simple_smob<Box>
 {
 public:
-  static const char type_p_name_[];
+  static const char * const type_p_name_;
 private:
   Interval interval_a_[NO_AXES];
 public: