X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c78d8a70f5ef13f05a00eb2507b7581f61b09a27..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/valtext.h?ds=sidebyside diff --git a/include/wx/valtext.h b/include/wx/valtext.h index 955a7f38f8..93f5dd614e 100644 --- a/include/wx/valtext.h +++ b/include/wx/valtext.h @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: valtext.h +// Name: wx/valtext.h // Purpose: wxTextValidator class // Author: Julian Smart // Modified by: Francesco Montorsi // Created: 29/01/98 -// RCS-ID: $Id$ // Copyright: (c) 1998 Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -98,7 +97,7 @@ protected: wxArrayString m_excludes; private: - DECLARE_NO_ASSIGN_CLASS(wxTextValidator) + wxDECLARE_NO_ASSIGN_CLASS(wxTextValidator); DECLARE_DYNAMIC_CLASS(wxTextValidator) DECLARE_EVENT_TABLE() };