projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
default painting back to OnPaint handler
[wxWidgets.git]
/
include
/
wx
/
univ
/
inpcons.h
diff --git
a/include/wx/univ/inpcons.h
b/include/wx/univ/inpcons.h
index 60aa12c7490fd20c5762dc04e7bcbfae8bb1e265..e370a4f6f689cd875feefff246d657348bef2bb4 100644
(file)
--- a/
include/wx/univ/inpcons.h
+++ b/
include/wx/univ/inpcons.h
@@
-42,7
+42,7
@@
typedef wxString wxControlAction;
class WXDLLEXPORT wxInputConsumer
{
public:
- wxInputConsumer()
;
+ wxInputConsumer()
{ m_inputHandler = NULL; }
// get the input handler
wxInputHandler *GetInputHandler() const { return m_inputHandler; }