]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/bmpbuttn.h
1. uninitialized variable in wxPanel fixed and unused one removed from wxWindow
[wxWidgets.git] / include / wx / gtk1 / bmpbuttn.h
index 4a029af1b9dee9862218b107358235ffb770b347..ec1325358689ed0d134546ec9c1fc786ab47c40f 100644 (file)
@@ -16,6 +16,9 @@
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_BMPBUTTON
+
 #include "wx/object.h"
 #include "wx/list.h"
 #include "wx/control.h"
@@ -91,4 +94,6 @@ public:
   wxBitmap     m_selected;   
 };
 
+#endif
+
 #endif // __BMPBUTTONH__