X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/274b7a40ef7abdd6324c545578be96a529ec8eb9..315a49a10edd3000d30a14114cbb6c15b58e4c19:/src/mac/carbon/tabctrl.cpp diff --git a/src/mac/carbon/tabctrl.cpp b/src/mac/carbon/tabctrl.cpp index fdce08e0ee..433bb55811 100644 --- a/src/mac/carbon/tabctrl.cpp +++ b/src/mac/carbon/tabctrl.cpp @@ -11,6 +11,8 @@ #include "wx/wxprec.h" +#if wxUSE_TAB_DIALOG + #include "wx/control.h" #include "wx/tabctrl.h" #include "wx/mac/uma.h" @@ -196,3 +198,4 @@ void wxTabCtrl::SetPadding(const wxSize& padding) // TODO: } +#endif // wxUSE_TAB_DIALOG