]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/control.h
Fixed preview navigation as per ancient bug report
[wxWidgets.git] / include / wx / control.h
index e4bd23980186eb137d70472555b1801423c4a1d7..901615d51edec66ad3b88485c8b2c78e53a39e10 100644 (file)
@@ -35,6 +35,8 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxControlNameStr;
 class WXDLLEXPORT wxControlBase : public wxWindow
 {
 public:
+    wxControlBase() { }
+
     virtual ~wxControlBase();
 
     // Create() function adds the validator parameter
@@ -68,6 +70,8 @@ protected:
 
     // initialize the common fields of wxCommandEvent
     void InitCommandEvent(wxCommandEvent& event) const;
+
+    DECLARE_NO_COPY_CLASS(wxControlBase)
 };
 
 // ----------------------------------------------------------------------------