]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/moment.cc
* lily/tie-column.cc (set_manual_tie_configuration): new function.
[lilypond.git] / lily / moment.cc
index 90c3a2da2c47550f01f005a75c8285a3e1ebc6e1..d561aa7607b0509648bcc9335be5b6c3de3b666a 100644 (file)
@@ -172,8 +172,8 @@ Moment::operator - () const
 }
 
 #ifdef STREAM_SUPPORT
-std::ostream &
-operator << (std::ostream &os, Moment const &m)
+ostream &
+operator << (ostream &os, Moment const &m)
 {
   os << m.to_string ();
   return os;