From: Václav Slavík Date: Mon, 13 Dec 1999 16:52:18 +0000 (+0000) Subject: wxNotebookSizer surrounder by wxUSE_NOTEBOOK X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/65e4f9b986e9769f4d8d4765417b95e0f82148ef wxNotebookSizer surrounder by wxUSE_NOTEBOOK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/sizer.h b/include/wx/sizer.h index 7a2ce17ff3..c4795d4c81 100644 --- a/include/wx/sizer.h +++ b/include/wx/sizer.h @@ -198,6 +198,8 @@ protected: // wxNotebookSizer //--------------------------------------------------------------------------- +#if wxUSE_NOTEBOOK + class WXDLLEXPORT wxNotebookSizer: public wxSizer { DECLARE_CLASS(wxNotebookSizer); @@ -214,5 +216,8 @@ protected: wxNotebook *m_notebook; }; +#endif + + #endif // __WXSIZER_H__