From 73190a01d7fc254b7a1048914f0c05f80054dd3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 15 Jun 2010 22:20:06 +0300 Subject: Fix crash with GraphicsMagick >= 1.3.8 and non-XPM images. --- bitmap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bitmap.h') diff --git a/bitmap.h b/bitmap.h index 7dede8b..f396f01 100644 --- a/bitmap.h +++ b/bitmap.h @@ -82,6 +82,7 @@ public: int width = 0, int colors = 0); static void ResetCache(void) { mCache.Reset(); } static void FlushCache(void) { mCache.Flush(); } + static void Init(void); virtual ~cText2SkinBitmap(); -- cgit v1.2.3