]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/moment.hh
string() -> to_string()
[lilypond.git] / lily / include / moment.hh
index 65f42149d316073332a74733276904dd39161678..5d876f7b11a4088a1caf17d32a41b5bbd0d98ead 100644 (file)
@@ -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&);
   
 };