]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/moment.hh
Issue 4878: Make type_p_name_ always char pointer
[lilypond.git] / lily / include / moment.hh
index d84a992b40e73eb6b649476ffb14481558f259d4..c29032f99dc6f56d32fc087b2dcecfaccda7fe16 100644 (file)
@@ -32,7 +32,7 @@ class Moment : public Simple_smob<Moment>
 public:
   static SCM equal_p (SCM, SCM);
   int print_smob (SCM, scm_print_state *) const;
-  static const char type_p_name_[];
+  static const char * const type_p_name_;
   Moment ();
   Moment (int m);