]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/control.h
Use _UNICODE instead of UNICODE in wx/msw/winundef.h.
[wxWidgets.git] / include / wx / os2 / control.h
index 12faf42fae1a527687d6708a2eae0057f8ee77d3..0fc4ceeba5bb70f030183291e0c5e308182ae198 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)
 
@@ -32,7 +32,6 @@ public:
     {
         Create( pParent, vId, rPos, rSize, lStyle, rValidator, rsName );
     }
-    virtual ~wxControl();
 
     bool Create( wxWindow*          pParent
                 ,wxWindowID         vId
@@ -123,6 +122,7 @@ private:
     int m_nYComp;
 
     wxString m_label;
+    WXDWORD  m_dwStyle;
 
     DECLARE_EVENT_TABLE()
 }; // end of wxControl