X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2aee749cb188d42282f54043a9723778f1cf1a05..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/nativewin.h diff --git a/include/wx/nativewin.h b/include/wx/nativewin.h index 3aa6ffc790..f38d8e978f 100644 --- a/include/wx/nativewin.h +++ b/include/wx/nativewin.h @@ -152,8 +152,14 @@ public: // handle of this object and all of its children is invalid any more) virtual void OnNativeDestroyed(); +protected: +#ifdef __WXMSW__ + virtual WXLRESULT + MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); +#endif // __WXMSW__ + private: - DECLARE_NO_COPY_CLASS(wxNativeContainerWindow) + wxDECLARE_NO_COPY_CLASS(wxNativeContainerWindow); }; #endif // wxHAS_NATIVE_CONTAINER_WINDOW