X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6ba47d9973bbb113257401b6eeb82b23da7acc4..f8169ce715c04fd2670a2e5eaafc3117756580e0:/include/wx/utils.h diff --git a/include/wx/utils.h b/include/wx/utils.h index 73737d91dc..2b984a8d4c 100644 --- a/include/wx/utils.h +++ b/include/wx/utils.h @@ -375,6 +375,8 @@ WXDLLEXPORT void wxFlushEvents(); // ctor and enables them back in its dtor class WXDLLEXPORT wxWindowDisabler { + DECLARE_NO_COPY_CLASS(wxWindowDisabler) + public: wxWindowDisabler(wxWindow *winToSkip = (wxWindow *)NULL); ~wxWindowDisabler();