projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Stupid timeout bug fixed
[wxWidgets.git]
/
src
/
common
/
ctrlcmn.cpp
diff --git
a/src/common/ctrlcmn.cpp
b/src/common/ctrlcmn.cpp
index 8e99dd0b174b334cabb12f0826cdfae27f3c34f0..dec9f63a0c724a07c892e4263090456c8e0a38c7 100644
(file)
--- a/
src/common/ctrlcmn.cpp
+++ b/
src/common/ctrlcmn.cpp
@@
-42,7
+42,9
@@
bool wxControlBase::CreateControl(wxWindowBase *parent,
const wxPoint& pos,
const wxSize& size,
long style,
+#if wxUSE_VALIDATORS
const wxValidator& validator,
+#endif
const wxString& name)
{
// even if it's possible to create controls without parents in some port,