projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed include paths to our copies of 3rd party libs
[wxWidgets.git]
/
src
/
os2
/
tabctrl.cpp
diff --git
a/src/os2/tabctrl.cpp
b/src/os2/tabctrl.cpp
index 677ee8a69cf58a808af38496ef1914e24ea5af64..2894ebf86e1099832e73d2ab726cd37fca377983 100644
(file)
--- a/
src/os2/tabctrl.cpp
+++ b/
src/os2/tabctrl.cpp
@@
-25,14
+25,12
@@
#include "wx/os2/tabctrl.h"
#include "wx/app.h"
#include "wx/os2/private.h"
#include "wx/os2/tabctrl.h"
#include "wx/app.h"
#include "wx/os2/private.h"
-#include "wx/
os2
/imaglist.h"
+#include "wx/
generic
/imaglist.h"
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxTabCtrl, wxControl)
BEGIN_EVENT_TABLE(wxTabCtrl, wxControl)
END_EVENT_TABLE()
IMPLEMENT_DYNAMIC_CLASS(wxTabCtrl, wxControl)
BEGIN_EVENT_TABLE(wxTabCtrl, wxControl)
END_EVENT_TABLE()
-#endif
wxTabCtrl::wxTabCtrl()
{
wxTabCtrl::wxTabCtrl()
{