]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/control.h
avoiding crashes on osx during app shutdown
[wxWidgets.git] / include / wx / os2 / control.h
index 12faf42fae1a527687d6708a2eae0057f8ee77d3..dd7076542e7faf0527696c67026a26ef8424e69c 100644 (file)
@@ -15,7 +15,7 @@
 #include "wx/dynarray.h"
 
 // General item class
-class WXDLLEXPORT wxControl : public wxControlBase
+class WXDLLIMPEXP_CORE wxControl : public wxControlBase
 {
     DECLARE_ABSTRACT_CLASS(wxControl)
 
@@ -123,6 +123,7 @@ private:
     int m_nYComp;
 
     wxString m_label;
+    WXDWORD  m_dwStyle;
 
     DECLARE_EVENT_TABLE()
 }; // end of wxControl