X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..30e13695172732216d90b578db80f3c07e6b9544:/include/wx/univ/inpcons.h diff --git a/include/wx/univ/inpcons.h b/include/wx/univ/inpcons.h index 60aa12c749..381497a89d 100644 --- a/include/wx/univ/inpcons.h +++ b/include/wx/univ/inpcons.h @@ -12,10 +12,6 @@ #ifndef _WX_UNIV_INPCONS_H_ #define _WX_UNIV_INPCONS_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "inpcons.h" -#endif - class WXDLLEXPORT wxInputHandler; class WXDLLEXPORT wxWindow; @@ -42,7 +38,7 @@ typedef wxString wxControlAction; class WXDLLEXPORT wxInputConsumer { public: - wxInputConsumer(); + wxInputConsumer() { m_inputHandler = NULL; } // get the input handler wxInputHandler *GetInputHandler() const { return m_inputHandler; }