]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/inpcons.h
Remove cast of hash value to unsigned long, hash value can be bigger
[wxWidgets.git] / include / wx / univ / inpcons.h
index 60aa12c7490fd20c5762dc04e7bcbfae8bb1e265..381497a89dac5d8c9e3f743fc5c652d96c1560ed 100644 (file)
 #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; }