]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/file-name.hh
*** empty log message ***
[lilypond.git] / flower / include / file-name.hh
index b91eb351564f060cd4c65af10994b24b9187d369..329a972c9f69b8d5043d740db6359c9a5f09061c 100644 (file)
 class File_name
 {
 public:
-  Std_string root_;
-  Std_string dir_;
-  Std_string base_;
-  Std_string ext_;
+  std::string root_;
+  std::string dir_;
+  std::string base_;
+  std::string ext_;
 
-  File_name (Std_string);
+  File_name (std::string);
 #if 0// STD_STRING
   File_name (String);
 #endif
 
   bool is_absolute () const;
-  Std_string to_string () const;
+  std::string to_string () const;
 };
 
 #endif /* FILE_NAME */