]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/international.cc
release: 1.5.38
[lilypond.git] / flower / international.cc
index f677ef72b39f45c075f0bbf1a95b95ef8b3604da..d605cd501c8c174901e143522518396a3b26c031 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  1997--1999 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c)  1997--2000 Jan Nieuwenhuizen <janneke@gnu.org>
   
  */
 
@@ -16,7 +16,7 @@
 inline char*
 gettext (char const* s)
 {
-  return s;
+  return (char*)s;
 }
 #else
 #include <libintl.h>