diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2010-06-15 22:20:06 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2010-06-15 22:20:06 +0300 |
commit | 73190a01d7fc254b7a1048914f0c05f80054dd3c (patch) | |
tree | cd464b1694485469e9dedb52818813172d0df731 /bitmap.h | |
parent | 92711d662d7ffec560f517eb1e4878d1fa1621a9 (diff) | |
download | vdr-plugin-text2skin-73190a01d7fc254b7a1048914f0c05f80054dd3c.tar.gz vdr-plugin-text2skin-73190a01d7fc254b7a1048914f0c05f80054dd3c.tar.bz2 |
Fix crash with GraphicsMagick >= 1.3.8 and non-XPM images.
Diffstat (limited to 'bitmap.h')
-rw-r--r-- | bitmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |