X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c27181d1a10a2bd6b87f998ec65f7d4380d52b3c..a8bda512079352ba81933e278d9ccdb8ef7a9866:/interface/wx/validate.h diff --git a/interface/wx/validate.h b/interface/wx/validate.h index 0121382602..fcaa6a76cb 100644 --- a/interface/wx/validate.h +++ b/interface/wx/validate.h @@ -3,7 +3,7 @@ // Purpose: interface of wxValidator // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -38,7 +38,8 @@ @stdobjects ::wxDefaultValidator - @see @ref overview_validator, wxTextValidator, wxGenericValidator + @see @ref overview_validator, wxTextValidator, wxGenericValidator, + wxIntegerValidator, wxFloatingPointValidator */ class wxValidator : public wxEvtHandler { @@ -131,5 +132,5 @@ public: /** An empty, "null" wxValidator instance. */ -wxValidator wxDefaultValidator; +const wxValidator wxDefaultValidator;