]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/international.cc
*** empty log message ***
[lilypond.git] / flower / international.cc
index 029d0f0497b7dc846cc4e5b8fa11978c0e37e579..d605cd501c8c174901e143522518396a3b26c031 100644 (file)
@@ -3,12 +3,12 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  1997--1998 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c)  1997--2000 Jan Nieuwenhuizen <janneke@gnu.org>
   
  */
 
 #include <stdarg.h>
-#include "config.hh"
+#include "config.h"
 #include "string-convert.hh"
 #include "international.hh"
 
@@ -16,7 +16,7 @@
 inline char*
 gettext (char const* s)
 {
-  return s;
+  return (char*)s;
 }
 #else
 #include <libintl.h>