]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/file-name.hh
Run `make grand-replace'.
[lilypond.git] / flower / include / file-name.hh
index 46d4724974e5da7f1c36724ded27bcb7009c88bc..649521fa71f1a7f5ea834dc9d84fc2f51541b386 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef FILE_NAME_HH
@@ -23,11 +23,11 @@ public:
   string base_;
   string ext_;
 
-  File_name (string);
+  File_name (string="");
 
   bool is_absolute () const;
   string to_string () const;
-
+  File_name canonicalized () const;
   string dir_part () const;
   string file_part () const;
 };