X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b8bdaa7c2b5050ed81ae6ec4f2f2557554e465f2..c0e6c0513862fc9a33e5800526058193b7492d8b:/include/wx/msw/notebook.h diff --git a/include/wx/msw/notebook.h b/include/wx/msw/notebook.h index 86f6458956..6e19b04fa3 100644 --- a/include/wx/msw/notebook.h +++ b/include/wx/msw/notebook.h @@ -175,8 +175,10 @@ protected: // set the size of the given page to fit in the notebook void AdjustPageSize(wxNotebookPage *page); - // override WndProc - virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); + // override WndProc. +#if wxUSE_UXTHEME + virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); +#endif // the current selection (-1 if none) int m_nSelection;