projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix for wxComboBox::GetSelection from inside event handler
[wxWidgets.git]
/
src
/
common
/
helpbase.cpp
diff --git
a/src/common/helpbase.cpp
b/src/common/helpbase.cpp
index 94d808ac5b11aea9a6814247fb642e56830bcd12..e8f7722899c114ea71eab2eddb378666a57786ce 100644
(file)
--- a/
src/common/helpbase.cpp
+++ b/
src/common/helpbase.cpp
@@
-24,10
+24,10
@@
#include "wx/defs.h"
#endif
#include "wx/defs.h"
#endif
-#include "wx/helpbase.h"
-
#if wxUSE_HELP
#if wxUSE_HELP
+#include "wx/helpbase.h"
+
IMPLEMENT_CLASS(wxHelpControllerBase, wxObject)
#endif // wxUSE_HELP
IMPLEMENT_CLASS(wxHelpControllerBase, wxObject)
#endif // wxUSE_HELP