projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compilation warning fix
[wxWidgets.git]
/
src
/
generic
/
tabg.cpp
diff --git
a/src/generic/tabg.cpp
b/src/generic/tabg.cpp
index 24fb5c5f1c1c2b8652307ee3a00bfb86cf402b51..bd0ba3d2ebdfa57d51f78fa6dce76c0abdc9d5d1 100644
(file)
--- a/
src/generic/tabg.cpp
+++ b/
src/generic/tabg.cpp
@@
-20,6
+20,8
@@
#pragma hdrstop
#endif
+#if wxUSE_TAB_DIALOG
+
#ifndef WX_PRECOMP
#include "wx/wx.h"
#endif
@@
-1279,3
+1281,4
@@
void wxPanelTabView::ShowWindowForTab(int id)
newWindow->Refresh();
}
+#endif // wxUSE_TAB_DIALOG