]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/activex/wxie/wxactivex.h
corrected WXDLLIMPEXP_ declaration for wxEventBlocker: it's part of core, not base
[wxWidgets.git] / wxPython / contrib / activex / wxie / wxactivex.h
index c5e3902a5911da7edc8b35f18410e765e4b83368..3b64e172e4ac8c738fa7d13061b35b9b58b53f51 100644 (file)
@@ -610,6 +610,7 @@ protected:
     FuncXArray      m_methods;
     NameMap         m_methodNames;
 
+    virtual bool MSWTranslateMessage(WXMSG* pMsg);
     long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
 
     DECLARE_CLASS(wxActiveX)