]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stream.hh
* scm/lily-library.scm (char->unicode-index): New function.
[lilypond.git] / lily / include / stream.hh
index 96ba397fa621f4d59a0c3a2d7dd212d55bdc591a..ea403993e1e44ce81f03f007ca98c427dceadd59 100644 (file)
@@ -16,10 +16,10 @@ source file of the GNU LilyPond music typesetter
 #include "string.hh"
 
 #if __GNUC__ > 2
-std::ostream *open_file_stream (String filename,
+std::ostream *open_file_stream (String file_name,
                                std::ios_base::openmode mode=std::ios::out);
 #else
-std::ostream *open_file_stream (String filename, int mode=ios::out);
+std::ostream *open_file_stream (String file_name, int mode=ios::out);
 #endif
 void close_file_stream (std::ostream *os);