corrected wxRTTI macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
38511687af
commit
a69e2a0ac7
@ -102,8 +102,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
DECLARE_DYNAMIC_CLASS(wxDatePickerCtrl)
|
DECLARE_DYNAMIC_CLASS_NO_COPY(wxDatePickerCtrl)
|
||||||
DECLARE_NO_COPY_CLASS(wxDatePickerCtrl)
|
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ protected:
|
|||||||
virtual wxSize DoGetBestSize() const;
|
virtual wxSize DoGetBestSize() const;
|
||||||
|
|
||||||
|
|
||||||
DECLARE_NO_COPY_CLASS(wxDatePickerCtrl)
|
DECLARE_DYNAMIC_CLASS_NO_COPY(wxDatePickerCtrl)
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // _WX_MSW_DATECTRL_H_
|
#endif // _WX_MSW_DATECTRL_H_
|
||||||
|
@ -65,7 +65,8 @@ private:
|
|||||||
|
|
||||||
void Init() { m_dt = wxDateTime::Today(); }
|
void Init() { m_dt = wxDateTime::Today(); }
|
||||||
|
|
||||||
DECLARE_NO_COPY_CLASS(wxDatePickerCtrl)
|
|
||||||
|
DECLARE_DYNAMIC_CLASS_NO_COPY(wxDatePickerCtrl)
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // _WX_PALMOS_DATECTRL_H_
|
#endif // _WX_PALMOS_DATECTRL_H_
|
||||||
|
@ -58,6 +58,8 @@ typedef struct tagNMDATETIMECHANGE
|
|||||||
#define DateTime_SetSystemtime DateTime_SetSystemTime
|
#define DateTime_SetSystemtime DateTime_SetSystemTime
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
IMPLEMENT_DYNAMIC_CLASS(wxDatePickerCtrl, wxControl)
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
// implementation
|
// implementation
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
@ -36,6 +36,8 @@
|
|||||||
#define _WX_DEFINE_DATE_EVENTS_
|
#define _WX_DEFINE_DATE_EVENTS_
|
||||||
#include "wx/dateevt.h"
|
#include "wx/dateevt.h"
|
||||||
|
|
||||||
|
IMPLEMENT_DYNAMIC_CLASS(wxDatePickerCtrl, wxControl)
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
// implementation
|
// implementation
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user