]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbmp.h
CheckValidator should not return false if no variable is associated for data storage...
[wxWidgets.git] / include / wx / msw / statbmp.h
index a1fadbbf60904589a84145b6f47288a8e99ce984..db39bbb7bce27516efc48b39dea70b462975e1c1 100644 (file)
@@ -71,8 +71,9 @@ protected:
     // we can have either an icon or a bitmap
     bool m_isIcon;
     wxGDIImage *m_image;
+
     // handle used in last call to STM_SETIMAGE
-    HGDIOBJ m_currentHandle;
+    WXHANDLE m_currentHandle;
 
 private:
     DECLARE_DYNAMIC_CLASS(wxStaticBitmap)