]> 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 80a78fbf5976b5764db01d2349a21ec190b6cd2f..c29032f99dc6f56d32fc087b2dcecfaccda7fe16 100644 (file)
@@ -31,8 +31,8 @@ class Moment : public Simple_smob<Moment>
 {
 public:
   static SCM equal_p (SCM, SCM);
-  int print_smob (SCM, scm_print_state *);
-  static const char type_p_name_[];
+  int print_smob (SCM, scm_print_state *) const;
+  static const char * const type_p_name_;
   Moment ();
   Moment (int m);