Wrap within #if wxUSE_NOTEBOOK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott 2004-05-12 19:18:57 +00:00
parent e9ed92a2fd
commit 28b22cccde

View File

@ -10,6 +10,9 @@
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
#if wxUSE_NOTEBOOK
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/notebook.h"
@ -289,3 +292,4 @@ bool wxNotebook::CocoaDelegate_tabView_shouldSelectTabViewItem(WX_NSTabViewItem
return !GetEventHandler()->ProcessEvent(event) || event.IsAllowed();
}
#endif // wxUSE_NOTEBOOK