projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added QueryRawValue() to wxRegKey and test code for it in the sample
[wxWidgets.git]
/
src
/
qt
/
combobox.cpp
diff --git
a/src/qt/combobox.cpp
b/src/qt/combobox.cpp
index f1bbccaeb0f0f3b0b0faec3b7ae8e815ba9f460d..788a456b7f572a634392df0d1b817b2415d5c564 100644
(file)
--- a/
src/qt/combobox.cpp
+++ b/
src/qt/combobox.cpp
@@
-15,9
+15,7
@@
#include "wx/combobox.h"
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl)
-#endif
bool wxComboBox::Create(wxWindow *parent, wxWindowID id,
const wxString& value,