projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
respect wxBU_NOTEXT style in wxButton
[wxWidgets.git]
/
src
/
xrc
/
xh_combo.cpp
diff --git
a/src/xrc/xh_combo.cpp
b/src/xrc/xh_combo.cpp
index 742d8a3d3a1b310b0e7996fde1f7ce93550ea183..fd3179a66b97c265c6c805bc79eff50eece77f91 100644
(file)
--- a/
src/xrc/xh_combo.cpp
+++ b/
src/xrc/xh_combo.cpp
@@
-22,6
+22,7
@@
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/combobox.h"
+ #include "wx/textctrl.h" // for wxTE_PROCESS_ENTER
#endif
IMPLEMENT_DYNAMIC_CLASS(wxComboBoxXmlHandler, wxXmlResourceHandler)