X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ffreetype.hh;h=f16864e3588f54ff1806c63dbf17cfbf6d7bfe24;hb=057106293b07b74b00553fe4dc3dfac5c1f3b682;hp=1875e7c27126af47e508b75d7bdd11d6a1219b46;hpb=a6bd229f7fe1dc4a03478e14ccc0c0c66b225061;p=lilypond.git diff --git a/lily/include/freetype.hh b/lily/include/freetype.hh index 1875e7c271..f16864e358 100644 --- a/lily/include/freetype.hh +++ b/lily/include/freetype.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2004--2010 Han-Wen Nienhuys + Copyright (C) 2004--2011 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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 */