]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/moment.cc
* The grand 2005-2006 replace.
[lilypond.git] / lily / moment.cc
index 90c3a2da2c47550f01f005a75c8285a3e1ebc6e1..5897f9163d01bbf70eed8ef046f715597bb26e2a 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "moment.hh"
@@ -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;