]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/moment.hh
Document music functions too.
[lilypond.git] / lily / include / moment.hh
index f0c6fbb21b79b418f11b65e0a74ac3c72c0bbf56..ec84bc744840b6b5fa7d849dc91f4249865a2f43 100644 (file)
@@ -18,7 +18,7 @@
 */
 class Moment
 {
-  DECLARE_SIMPLE_SMOBS (Moment,);
+  DECLARE_SIMPLE_SMOBS (Moment);
 public:
   Moment ();
   Moment (int m);
@@ -50,6 +50,7 @@ public:
   static int compare (Moment const &, Moment const &);
   SCM as_scheme () const;
 };
+
 IMPLEMENT_ARITHMETIC_OPERATOR (Moment, +);
 IMPLEMENT_ARITHMETIC_OPERATOR (Moment, -);
 IMPLEMENT_ARITHMETIC_OPERATOR (Moment, /);