]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/notebmac.cpp
reintroducing direct access, cleanup
[wxWidgets.git] / src / mac / carbon / notebmac.cpp
index 752b676d79249779fa996b720cbba8891b8f73cf..f6e54f85228c0b9828cb7e795ecd3a609f1d657b 100644 (file)
@@ -22,6 +22,8 @@
 // ----------------------------------------------------------------------------
 #include "wx/wxprec.h"
 
+#if wxUSE_NOTEBOOK
+
 #include "wx/app.h"
 #include "wx/string.h"
 #include "wx/log.h"
@@ -547,3 +549,5 @@ wxInt32 wxNotebook::MacControlHit(WXEVENTHANDLERREF WXUNUSED(handler) , WXEVENTR
     return status ;
 }
 
+#endif
+