diff options
Diffstat (limited to 'imagecache.h')
-rw-r--r-- | imagecache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/imagecache.h b/imagecache.h index 4977c3e..eb91d0d 100644 --- a/imagecache.h +++ b/imagecache.h @@ -57,6 +57,7 @@ public: cImage *GetBackground(eBackgroundType type); cImage GetBackground(tColor back, tColor blend, int width, int height, bool flip = false); private: + bool initComplete; std::string osdTheme; std::map<std::string, cImage*> menuIconCache; std::map<std::string, cImage*> skinIconCache; |