X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..6493aacaeb7b22b9fa35c559f7753e9fec0da71f:/src/mac/classic/tabctrl.cpp?ds=sidebyside diff --git a/src/mac/classic/tabctrl.cpp b/src/mac/classic/tabctrl.cpp index 15338f6397..a21ba6ecdd 100644 --- a/src/mac/classic/tabctrl.cpp +++ b/src/mac/classic/tabctrl.cpp @@ -11,6 +11,8 @@ #include "wx/defs.h" +#if wxUSE_TAB_DIALOG + #include "wx/control.h" #include "wx/tabctrl.h" #include "wx/mac/uma.h" @@ -198,3 +200,4 @@ wxTabEvent::wxTabEvent(wxEventType commandType, int id): { } +#endif // wxUSE_TAB_DIALOG