From: Patrick McCarty Date: Wed, 31 Mar 2010 08:55:34 +0000 (-0700) Subject: Use FT_Error in the prototype for freetype_error_string(). X-Git-Tag: release/2.13.17-1~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=31bd10a19f2c5ef537044bc99982aaecd0d4a16c;p=lilypond.git Use FT_Error in the prototype for freetype_error_string(). --- diff --git a/lily/include/freetype.hh b/lily/include/freetype.hh index 1875e7c271..0dc6d0730c 100644 --- a/lily/include/freetype.hh +++ b/lily/include/freetype.hh @@ -28,6 +28,6 @@ void init_freetype (); extern FT_Library freetype2_library; -string freetype_error_string (int code); +string freetype_error_string (FT_Error code); #endif /* FREETYPE_HH */