From 65e4f9b986e9769f4d8d4765417b95e0f82148ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 13 Dec 1999 16:52:18 +0000 Subject: [PATCH] wxNotebookSizer surrounder by wxUSE_NOTEBOOK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/sizer.h | 5 +++++ 1 file changed, 5 insertions(+) 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__ -- 2.45.2