X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ffreetype.hh;h=e4009ba072eee154f0050dcd1b91e371061e0e3b;hb=207f71b8b2ab9ca550e841615bedce393e652ca6;hp=43907d87d0ad504b0a74b9578cf70ef33555a556;hpb=c8d62eca2d025e1fdce22f478f87c10f414d4b9d;p=lilypond.git diff --git a/lily/include/freetype.hh b/lily/include/freetype.hh index 43907d87d0..e4009ba072 100644 --- a/lily/include/freetype.hh +++ b/lily/include/freetype.hh @@ -30,7 +30,7 @@ void init_freetype (); extern FT_Library freetype2_library; -std::string freetype_error_string (FT_Error code); +string freetype_error_string (FT_Error code); SCM box_to_scheme_lines (Box b); Box ly_FT_get_unscaled_indexed_char_dimensions (FT_Face const &face, size_t signed_idx);