]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/statbmp.h
Make wxIcon more independent from wxBitmap implementation.
[wxWidgets.git] / include / wx / motif / statbmp.h
index ae5698036b68fbe6023754defb7ea1e3275b07c0..004edc60af0cc300c96912f48b3a3d589264e35d 100644 (file)
@@ -16,7 +16,7 @@
 #pragma interface "statbmp.h"
 #endif
 
-#include "wx/control.h"
+#include "wx/motif/bmpmotif.h"
 #include "wx/icon.h"
 
 WXDLLEXPORT_DATA(extern const char*) wxStaticBitmapNameStr;
@@ -82,6 +82,7 @@ protected:
 protected:
     wxBitmap m_messageBitmap;
     wxBitmap m_messageBitmapOriginal;
+    wxBitmapCache m_bitmapCache;
 };
 
 #endif