]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/moment.hh
release: 1.5.5
[lilypond.git] / lily / include / moment.hh
index 9a19370e4ed7cc876ed52a269571e054ed5dd03f..6881b933da19b1fc51493bdecc019012e5faad05 100644 (file)
@@ -49,12 +49,14 @@ public:
   SCM smobbed_copy () const;
   String str () const;
   static int compare (Moment const&, Moment const&);
+  
 };
 IMPLEMENT_ARITHMETIC_OPERATOR (Moment, + );
 IMPLEMENT_ARITHMETIC_OPERATOR (Moment, - );
 IMPLEMENT_ARITHMETIC_OPERATOR (Moment, / );
 IMPLEMENT_ARITHMETIC_OPERATOR (Moment, * );
 
+ostream & operator << ( ostream &,Moment const &);
 
 Moment * unsmob_moment (SCM);
 int compare (Moment const&,Moment const&);