]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stream.hh
* flower/include/std-string.hh:
[lilypond.git] / lily / include / stream.hh
index fe33920d647bf6da82fdbe65bce4e5928f05bce1..4c938da6856a0ced1b122a4226adad4058127dc6 100644 (file)
 using namespace std;
 
 #if __GNUC__ > 2
-ostream *open_file_stream (std::string file_name,
+ostream *open_file_stream (string file_name,
                                ios_base::openmode mode = ios::out);
 #else
-ostream *open_file_stream (std::string file_name, int mode = ios::out);
+ostream *open_file_stream (string file_name, int mode = ios::out);
 #endif
 void close_file_stream (ostream *os);