X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/71908213057690d5452f72b2b9c8e62b53357170..f001799009630c46bc87aff5a84dbd2523005505:/include/wx/univ/checkbox.h?ds=sidebyside diff --git a/include/wx/univ/checkbox.h b/include/wx/univ/checkbox.h index e7c6e2f65e..8ae7533a2a 100644 --- a/include/wx/univ/checkbox.h +++ b/include/wx/univ/checkbox.h @@ -13,7 +13,7 @@ #define _WX_UNIV_CHECKBOX_H_ #ifdef __GNUG__ - #pragma interface "checkbox.h" + #pragma interface "univcheckbox.h" #endif #include "wx/button.h" // for wxStdButtonInputHandler @@ -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_