projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
correction to last commit: Korean and Romanian translations will only be in 2.9.1...
[wxWidgets.git]
/
src
/
univ
/
inpcons.cpp
diff --git
a/src/univ/inpcons.cpp
b/src/univ/inpcons.cpp
index 34743eff776efc0ae2830a2b3ccc2bf2cd66802b..7da3181e071ff90661ec23c3a1bc25c6136dc0ce 100644
(file)
--- a/
src/univ/inpcons.cpp
+++ b/
src/univ/inpcons.cpp
@@
-23,6
+23,10
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
+#ifndef WX_PRECOMP
+ #include "wx/window.h"
+#endif // WX_PRECOMP
+
#include "wx/univ/renderer.h"
#include "wx/univ/inphand.h"
#include "wx/univ/theme.h"
#include "wx/univ/renderer.h"
#include "wx/univ/inphand.h"
#include "wx/univ/theme.h"
@@
-108,4
+112,3
@@
bool wxInputConsumer::PerformAction(const wxControlAction& WXUNUSED(action),
{
return false;
}
{
return false;
}
-