X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e830103c67e36215c1fa29b4a918c556faa33b07..5e3841bf8069fbcc2b1da3ef36af4f569c604265:/src/common/popupcmn.cpp diff --git a/src/common/popupcmn.cpp b/src/common/popupcmn.cpp index 7c8de4c9b7..ed80ddb959 100644 --- a/src/common/popupcmn.cpp +++ b/src/common/popupcmn.cpp @@ -74,6 +74,7 @@ private: wxPopupTransientWindow *m_popup; DECLARE_EVENT_TABLE() + DECLARE_NO_COPY_CLASS(wxPopupWindowHandler) }; class wxPopupFocusHandler : public wxEvtHandler @@ -104,6 +105,7 @@ private: #endif // __WXGTK__ DECLARE_EVENT_TABLE() + DECLARE_NO_COPY_CLASS(wxPopupFocusHandler) }; // ----------------------------------------------------------------------------