]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/file-path.hh
* Another grand 2003 update.
[lilypond.git] / flower / include / file-path.hh
index 2055d08f011c35415ce7f757fbfcda7d31587cd8..971ab4f3e80a8a5d8070ab635081d06cd267aec5 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #ifndef FILE_PATH_HH
@@ -30,7 +30,7 @@ public:
   String base;
   String ext;
 
-  String string () const;
+  String to_string () const;
 };
 
 class File_path : private Array<String>
@@ -40,7 +40,7 @@ public:
 
   Array<String>::push;
   void prepend (String str) { Array<String>::insert (str, 0); }
-  String string ()const;
+  String to_string ()const;
   bool try_add (String str);
   void add (String);
   void parse_path (String);