]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/moment.cc
2002-07-13 Han-Wen <hanwen@cs.uu.nl>
[lilypond.git] / lily / moment.cc
index 3c504ecc04030bbd0433c14918dd122d7e7f243a..d44af366e2c294c8b9401b625eedd12253d248dd 100644 (file)
@@ -13,7 +13,6 @@
 #include "warn.hh"
 #include "ly-smobs.icc"
 
-
 IMPLEMENT_SIMPLE_SMOBS (Moment);
 IMPLEMENT_TYPE_P (Moment, "moment?");
 
@@ -204,8 +203,8 @@ Moment::operator - () const
 
 
 #ifdef STREAM_SUPPORT
-ostream &
-operator << (ostream &os, Moment const &m)
+std::ostream &
+operator << (std::ostream &os, Moment const &m)
 {
   os << m.str ();
   return os;