X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8898456df4728afe7d100011e0e23b0ffb9a6341..931d6a47c32a5b4c283243cb553ce71ee2b535d5:/src/common/validate.cpp diff --git a/src/common/validate.cpp b/src/common/validate.cpp index b41574d65c..306cac028d 100644 --- a/src/common/validate.cpp +++ b/src/common/validate.cpp @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 04/01/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -18,12 +17,12 @@ #if wxUSE_VALIDATORS +#include "wx/validate.h" + #ifndef WX_PRECOMP #include "wx/window.h" #endif -#include "wx/validate.h" - const wxValidator wxDefaultValidator; IMPLEMENT_DYNAMIC_CLASS(wxValidator, wxEvtHandler) @@ -34,7 +33,7 @@ bool wxValidator::ms_isSilent = false; wxValidator::wxValidator() { - m_validatorWindow = (wxWindow *) NULL; + m_validatorWindow = NULL; } wxValidator::~wxValidator()