]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stream.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / stream.hh
index 2547900e9e6d664067fc3e67eab9c2a185996492..000ec16f1c4bf01351d210709b735a87d0d357dc 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2001--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2001--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@ using namespace std;
 
 #if __GNUC__ > 2
 ostream *open_file_stream (string file_name,
-                               ios_base::openmode mode = ios::out);
+                           ios_base::openmode mode = ios::out);
 #else
 ostream *open_file_stream (string file_name, int mode = ios::out);
 #endif