// Author: Julian Smart
// Modified by:
// Created: 29/01/98
-// RCS-ID: $Id$
// Copyright: (c) 1998 Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
public:
wxValidator();
wxValidator(const wxValidator& other)
- : m_validatorWindow(other.m_validatorWindow)
+ : wxEvtHandler()
+ , m_validatorWindow(other.m_validatorWindow)
{
}
virtual ~wxValidator();