projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed incorrect param from docs
[wxWidgets.git]
/
src
/
os2
/
radiobox.cpp
diff --git
a/src/os2/radiobox.cpp
b/src/os2/radiobox.cpp
index 0ea23cc0628556ec28a9fcd6ea9b5cb5a293f5d5..0392b1c87f5fd79301026270626197e8d2bff322 100644
(file)
--- a/
src/os2/radiobox.cpp
+++ b/
src/os2/radiobox.cpp
@@
-15,6
+15,8
@@
#ifndef WX_PRECOMP
#include <stdio.h>
#include "wx/setup.h"
#ifndef WX_PRECOMP
#include <stdio.h>
#include "wx/setup.h"
+ #include "wx/wxchar.h"
+ #include "wx/string.h"
#include "wx/bitmap.h"
#include "wx/brush.h"
#include "wx/radiobox.h"
#include "wx/bitmap.h"
#include "wx/brush.h"
#include "wx/radiobox.h"
@@
-22,9
+24,7
@@
#include "wx/os2/private.h"
#include "wx/os2/private.h"
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl)
IMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl)
-#endif
// ---------------------------------------------------------------------------
// private functions
// ---------------------------------------------------------------------------
// private functions