]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/warn.cc
2003 -> 2004
[lilypond.git] / lily / warn.cc
index f942e1cda953043abe657af9c4ee2ec4b82d1fc2..9193017cda6dc267b0458a8868ecb693b6dfaec3 100644 (file)
@@ -3,17 +3,18 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include <stdio.h>
 
 #include "string.hh"
+#include "main.hh"
 
 void
 progress_indication (String s)
 {
- fputs (s.ch_C(), stderr);
+ fputs (s.to_str0 (), stderr);
  fflush (stderr);
 }