X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/264cb7f5f33e6d4fcae54093f5169c559190ecd0..cc4d5638c66a409e421420ed7110917755a66788:/src/common/validate.cpp diff --git a/src/common/validate.cpp b/src/common/validate.cpp index 787d99bd5f..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 ///////////////////////////////////////////////////////////////////////////// @@ -34,7 +33,7 @@ bool wxValidator::ms_isSilent = false; wxValidator::wxValidator() { - m_validatorWindow = (wxWindow *) NULL; + m_validatorWindow = NULL; } wxValidator::~wxValidator()