]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/warn.hh
Run `make grand-replace'.
[lilypond.git] / flower / include / warn.hh
index 6b4cd85322a1a6f68e98f09a18d2e014b595983a..f3f95c85640ea48fdb0bf1c64a5c2517c2f0e1cf 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef WARN_HH
 
 #include "std-string.hh"
 
-void error (std::string s);
-void message (std::string s);
-void non_fatal_error (std::string);
-void programming_error (std::string s);
-void progress_indication (std::string s);
-void warning (std::string s);
+void error (string s);
+void message (string s);
+void non_fatal_error (string);
+void programming_error (string s);
+void progress_indication (string s);
+void warning (string s);
 
 #endif /* WARN_HH */