Give wxPowerEvent wxRTTI, update C:R:A for imminent release

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-09-19 23:11:28 +00:00
parent 9758f9ebdf
commit 32d66614fb
3 changed files with 10 additions and 4 deletions

View File

@@ -66,6 +66,10 @@ public:
private:
bool m_veto;
#if wxABI_VERSION >= 20806
DECLARE_ABSTRACT_CLASS(wxPowerEvent)
#endif
};
BEGIN_DECLARE_EVENT_TYPES()