]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/moment.hh
sort commits, and use .git-commits-done file.
[lilypond.git] / lily / include / moment.hh
index 8d594d4931bd04be5e71a3bfb33ee9be94af8c61..ec84bc744840b6b5fa7d849dc91f4249865a2f43 100644 (file)
@@ -18,7 +18,7 @@
 */
 class Moment
 {
-  DECLARE_SIMPLE_SMOBS (Moment,);
+  DECLARE_SIMPLE_SMOBS (Moment);
 public:
   Moment ();
   Moment (int m);
@@ -46,10 +46,11 @@ 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;
 };
+
 IMPLEMENT_ARITHMETIC_OPERATOR (Moment, +);
 IMPLEMENT_ARITHMETIC_OPERATOR (Moment, -);
 IMPLEMENT_ARITHMETIC_OPERATOR (Moment, /);