X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a07e9748288d199216af61dcac67d45011e36fe..1a19e369fbce12ce4d8097fc08609a436748a6ed:/src/common/cshelp.cpp?ds=inline

diff --git a/src/common/cshelp.cpp b/src/common/cshelp.cpp
index 75749750c9..b5091e8369 100644
--- a/src/common/cshelp.cpp
+++ b/src/common/cshelp.cpp
@@ -56,6 +56,8 @@ public:
 
 //// Data
     wxContextHelp* m_contextHelp;
+
+    DECLARE_NO_COPY_CLASS(wxContextHelpEvtHandler)
 };
 
 // ============================================================================