X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/997176a34641a870b1f6c6102e30f64f86b4122a..02ac8d7a5ddbd0694b46cc5133e82eb22d935829:/include/wx/control.h diff --git a/include/wx/control.h b/include/wx/control.h index e4bd239801..901615d51e 100644 --- a/include/wx/control.h +++ b/include/wx/control.h @@ -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) }; // ----------------------------------------------------------------------------