X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6670f56440ae9209b3e2e51e06acf3bc5aaf1905..7ea1c917764fb2588fe1aadc75c49ba300f8cb2f:/src/os2/tabctrl.cpp diff --git a/src/os2/tabctrl.cpp b/src/os2/tabctrl.cpp index 8c35755897..17f9df9127 100644 --- a/src/os2/tabctrl.cpp +++ b/src/os2/tabctrl.cpp @@ -12,6 +12,8 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" +#if wxUSE_TAB_DIALOG + #ifndef WX_PRECOMP #include "wx/wx.h" #endif @@ -354,3 +356,5 @@ wxTabEvent::wxTabEvent(wxEventType commandType, int id) :wxCommandEvent(commandType, id) { } + +#endif // wxUSE_TAB_DIALOG