]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/moment.hh
2003 -> 2004
[lilypond.git] / lily / include / moment.hh
index 65f42149d316073332a74733276904dd39161678..1cfd6a88ec937e16589b5ad3a58ed36663376415 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -47,7 +47,7 @@ public:
     Deliver a copy of THIS as a smobified SCM
    */
   SCM smobbed_copy () const;
-  String string () const;
+  String to_string () const;
   static int compare (Moment const&, Moment const&);
   
 };