X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a78cb663581bb41c4d2e1ed2ea2a4988e953cf39..b483f5fed274a9152faab05b0ebb4e5f5158c506:/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)