#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;
class WXDLLEXPORT wxInputConsumer
{
public:
- wxInputConsumer();
+ wxInputConsumer() { m_inputHandler = NULL; }
// get the input handler
wxInputHandler *GetInputHandler() const { return m_inputHandler; }