]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/moment.hh
*** empty log message ***
[lilypond.git] / lily / include / moment.hh
index 30689a5d26bebff5f4e461a545ca34c7fe240557..65f42149d316073332a74733276904dd39161678 100644 (file)
@@ -47,7 +47,7 @@ public:
     Deliver a copy of THIS as a smobified SCM
    */
   SCM smobbed_copy () const;
-  String str () const;
+  String string () const;
   static int compare (Moment const&, Moment const&);
   
 };
@@ -63,7 +63,7 @@ INSTANTIATE_COMPARE (Moment const&, Moment::compare);
 
 
 #ifdef STREAM_SUPPORT
-ostream & operator << ( ostream &,Moment const &);
+std::ostream & operator << (std::ostream &, Moment const &);
 #endif
 
 #endif /* MOMENT_HH */