X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmoment.hh;h=c29032f99dc6f56d32fc087b2dcecfaccda7fe16;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=9f825970af7f36b1cf36929e898752786f1d8821;hpb=59a6d1a06432fc0ca88c3023c646182f389ec1b5;p=lilypond.git diff --git a/lily/include/moment.hh b/lily/include/moment.hh index 9f825970af..c29032f99d 100644 --- a/lily/include/moment.hh +++ b/lily/include/moment.hh @@ -32,7 +32,7 @@ class Moment : public Simple_smob 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); @@ -59,7 +59,7 @@ public: /* Deliver a copy of THIS as a smobified SCM */ - std::string to_string () const; + string to_string () const; static int compare (Moment const &, Moment const &); SCM as_scheme () const; };