Added RTTI macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
class WXDLLEXPORT wxGenericValidator: public wxValidator
|
class WXDLLEXPORT wxGenericValidator: public wxValidator
|
||||||
{
|
{
|
||||||
|
DECLARE_CLASS(wxGenericValidator)
|
||||||
public:
|
public:
|
||||||
wxGenericValidator(bool* val);
|
wxGenericValidator(bool* val);
|
||||||
wxGenericValidator(int* val);
|
wxGenericValidator(int* val);
|
||||||
|
@@ -56,6 +56,8 @@
|
|||||||
|
|
||||||
#include "wx/valgen.h"
|
#include "wx/valgen.h"
|
||||||
|
|
||||||
|
IMPLEMENT_CLASS(wxGenericValidator, wxValidator)
|
||||||
|
|
||||||
wxGenericValidator::wxGenericValidator(bool *val)
|
wxGenericValidator::wxGenericValidator(bool *val)
|
||||||
{
|
{
|
||||||
Initialize();
|
Initialize();
|
||||||
|
Reference in New Issue
Block a user