X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2aee749cb188d42282f54043a9723778f1cf1a05..d75a69e8329cecf6f07c667ffc015186c230a2b5:/include/wx/nativewin.h diff --git a/include/wx/nativewin.h b/include/wx/nativewin.h index 3aa6ffc790..be24584745 100644 --- a/include/wx/nativewin.h +++ b/include/wx/nativewin.h @@ -152,6 +152,12 @@ 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) };