From 31bd10a19f2c5ef537044bc99982aaecd0d4a16c Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Wed, 31 Mar 2010 01:55:34 -0700 Subject: [PATCH] Use FT_Error in the prototype for freetype_error_string(). --- lily/include/freetype.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5