X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ffreetype.hh;h=3b6d830977a8c815a5a8f54c5139c3e9d558aced;hb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;hp=2e549e741ee2966386b87e65277b47a3a12c04ef;hpb=153b9dc71fee4222b6d9d58d99c75c008b66ce5b;p=lilypond.git diff --git a/lily/include/freetype.hh b/lily/include/freetype.hh index 2e549e741e..3b6d830977 100644 --- a/lily/include/freetype.hh +++ b/lily/include/freetype.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2005 Han-Wen Nienhuys + (c) 2004--2008 Han-Wen Nienhuys */ #ifndef FREETYPE_HH @@ -12,13 +12,11 @@ #include #include FT_FREETYPE_H -#include "string.hh" +#include "std-string.hh" void init_freetype (); extern FT_Library freetype2_library; - -FT_Face open_ft_face (String str); +string freetype_error_string (int code); #endif /* FREETYPE_HH */ -