]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/moment.hh
* mf/GNUmakefile: remove fc-cache calls; not necessary for fc 2.4;
[lilypond.git] / lily / include / moment.hh
index ea6ef59a5fa5d7ff23a68e655fc1c190082d3e19..ac895e99eb07176f0d59411e1be35be7484cc8a1 100644 (file)
@@ -46,10 +46,11 @@ public:
   /*
     Deliver a copy of THIS as a smobified SCM
   */
-  String to_string () const;
+  string to_string () const;
   static int compare (Moment const &, Moment const &);
   SCM as_scheme () const;
 };
+
 IMPLEMENT_ARITHMETIC_OPERATOR (Moment, +);
 IMPLEMENT_ARITHMETIC_OPERATOR (Moment, -);
 IMPLEMENT_ARITHMETIC_OPERATOR (Moment, /);