projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't try to translate the standard encoding names
[wxWidgets.git]
/
src
/
common
/
helpbase.cpp
diff --git
a/src/common/helpbase.cpp
b/src/common/helpbase.cpp
index b10db8b4c15f3dfe401509b27c3abe0281068e83..e8f7722899c114ea71eab2eddb378666a57786ce 100644
(file)
--- a/
src/common/helpbase.cpp
+++ b/
src/common/helpbase.cpp
@@
-24,12
+24,10
@@
#include "wx/defs.h"
#endif
-#i
nclude "wx/helpbase.h"
+#i
f wxUSE_HELP
-#i
f USE_HELP
+#i
nclude "wx/helpbase.h"
-#if !USE_SHARED_LIBRARY
IMPLEMENT_CLASS(wxHelpControllerBase, wxObject)
-#endif
-#endif // USE_HELP
+#endif //
wx
USE_HELP