X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..f45d6ade08b5b19979f62d0b641f5b86c3a37e6e:/interface/wx/checkbox.h?ds=sidebyside diff --git a/interface/wx/checkbox.h b/interface/wx/checkbox.h index e0f584b3b6..2692382df3 100644 --- a/interface/wx/checkbox.h +++ b/interface/wx/checkbox.h @@ -19,7 +19,6 @@ enum wxCheckBoxState /** @class wxCheckBox - @wxheader{checkbox.h} A checkbox is a labelled box which by default is either on (checkmark is visible) or off (no checkmark). Optionally (when the wxCHK_3STATE style @@ -91,7 +90,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, - const wxValidator& val = wxDefaultValidator, + const wxValidator& validator = wxDefaultValidator, const wxString& name = "checkBox"); /** @@ -108,7 +107,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, - const wxValidator& val = wxDefaultValidator, + const wxValidator& validator = wxDefaultValidator, const wxString& name = "checkBox"); /**