X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ffreetype.hh;h=310e5893cdfd9c1e9c7c756b0018f9097da4895f;hb=17892d30c80caae24da78664d11caeff771e0888;hp=188e6bc6a9daa238865e1cf50985118842846292;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;p=lilypond.git diff --git a/lily/include/freetype.hh b/lily/include/freetype.hh index 188e6bc6a9..310e5893cd 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--2006 Han-Wen Nienhuys + (c) 2004--2009 Han-Wen Nienhuys */ #ifndef FREETYPE_HH @@ -12,12 +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 */ -