X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..ffbc1990d1f599a3400c4d5f463acb39315e4a2f:/include/wx/univ/inpcons.h diff --git a/include/wx/univ/inpcons.h b/include/wx/univ/inpcons.h index 60aa12c749..e370a4f6f6 100644 --- 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; }