]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stream.hh
* lily/tie-column.cc (set_manual_tie_configuration): new function.
[lilypond.git] / lily / include / stream.hh
index c3a26f108cf9084d3c5f650fdf99092ce1b16d3d..1178fc51ae23b8b32583049c8deeda81fea00e1a 100644 (file)
 
 #include <iostream>
 #include <sstream>
+using namespace std;
 
 #include "string.hh"
 
 #if __GNUC__ > 2
-std::ostream *open_file_stream (String file_name,
-                               std::ios_base::openmode mode = std::ios::out);
+ostream *open_file_stream (String file_name,
+                               ios_base::openmode mode = ios::out);
 #else
-std::ostream *open_file_stream (String file_name, int mode = ios::out);
+ostream *open_file_stream (String file_name, int mode = ios::out);
 #endif
-void close_file_stream (std::ostream *os);
+void close_file_stream (ostream *os);
 
 #endif /* STREAM_HH */