]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/checkbox.h
Applied wxImage -> wxCursor patch, tool window event table fix
[wxWidgets.git] / include / wx / univ / checkbox.h
index 437ec78b109de128e1fe70b75597ffe86680c19d..8ae7533a2acdf555f40d55d968785aa130a7b528 100644 (file)
@@ -155,7 +155,7 @@ public:
 
     // we have to override this one as wxStdButtonInputHandler version works
     // only with the buttons
-    virtual bool HandleActivation(wxControl *control, bool activated);
+    virtual bool HandleActivation(wxInputConsumer *consumer, bool activated);
 };
 
 #endif // _WX_UNIV_CHECKBOX_H_