Added DYNAMIC_CLASS macros for wxCalendarEvent

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-05-24 04:25:41 +00:00
parent ef854828f2
commit 133d8d0745
2 changed files with 3 additions and 0 deletions

View File

@@ -139,6 +139,8 @@ protected:
private:
wxDateTime m_date;
wxDateTime::WeekDay m_wday;
DECLARE_DYNAMIC_CLASS(wxCalendarEvent)
};
// ----------------------------------------------------------------------------