]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/file-name.hh
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / flower / include / file-name.hh
index 3d1a2d0fb2fe28e6094868387bd8792e6a331b87..bd699e0b3151cdf12a207fb39cf6d8795d5a03be 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 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;
 };