]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/control.h
warnings (and some errors) fixes for wxUniv DLL build
[wxWidgets.git] / include / wx / msw / control.h
index 8c2310844d542356fd7883f2a4fbb9257409277e..9ba8a0c3a75316fcdd65070fac0c4fb210c7d45a 100644 (file)
 class WXDLLEXPORT wxControl : public wxControlBase
 {
 public:
-   wxControl();
-   wxControl(wxWindow *parent, wxWindowID id,
-             const wxPoint& pos = wxDefaultPosition,
-             const wxSize& size = wxDefaultSize, long style = 0,
-             const wxValidator& validator = wxDefaultValidator,
-             const wxString& name = wxControlNameStr)
+    wxControl();
+    wxControl(wxWindow *parent, wxWindowID id,
+              const wxPoint& pos = wxDefaultPosition,
+              const wxSize& size = wxDefaultSize, long style = 0,
+              const wxValidator& validator = wxDefaultValidator,
+              const wxString& name = wxControlNameStr)
     {
         Create(parent, id, pos, size, style, validator, name);
     }
@@ -119,7 +119,7 @@ protected:
     wxArrayLong m_subControls;
 
 private:
-    DECLARE_ABSTRACT_CLASS(wxControl)
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxControl)
     DECLARE_EVENT_TABLE()
 };