X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a78cb663581bb41c4d2e1ed2ea2a4988e953cf39..8ec09aacc6d8a0ef8c8e3910c46258bc20f0734b:/wxPython/contrib/activex/wxie/wxactivex.h diff --git a/wxPython/contrib/activex/wxie/wxactivex.h b/wxPython/contrib/activex/wxie/wxactivex.h index fa1d173aa0..3b64e172e4 100644 --- a/wxPython/contrib/activex/wxie/wxactivex.h +++ b/wxPython/contrib/activex/wxie/wxactivex.h @@ -566,6 +566,7 @@ protected: friend class FrameSite; friend class wxActiveXEvents; + unsigned long m_pdwRegister; typedef map MemberIdMap; typedef map NameMap; @@ -609,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)