From: <pst...@us...> - 2011-08-05 00:07:42
|
Revision: 868 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=868&view=rev Author: pstieber Date: 2011-08-05 00:07:36 +0000 (Fri, 05 Aug 2011) Log Message: ----------- Changed DECLARE_CLASS to DECLARE_DYNAMIC_CLASS. Modified Paths: -------------- trunk/jazz/src/DeprecatedWx/proplist.h Modified: trunk/jazz/src/DeprecatedWx/proplist.h =================================================================== --- trunk/jazz/src/DeprecatedWx/proplist.h 2011-08-05 00:02:50 UTC (rev 867) +++ trunk/jazz/src/DeprecatedWx/proplist.h 2011-08-05 00:07:36 UTC (rev 868) @@ -253,7 +253,7 @@ wxPropertyListView* m_view; private: - DECLARE_CLASS(wxPropertyTextEdit) + DECLARE_DYNAMIC_CLASS(wxPropertyTextEdit) }; #define wxPROP_ALLOW_TEXT_EDITING 1 @@ -351,7 +351,7 @@ wxPropertyListView* m_view; private: - DECLARE_CLASS(wxPropertyListDialog) + DECLARE_DYNAMIC_CLASS(wxPropertyListDialog) DECLARE_EVENT_TABLE() }; @@ -395,7 +395,7 @@ private: DECLARE_EVENT_TABLE() - DECLARE_CLASS(wxPropertyListPanel) + DECLARE_DYNAMIC_CLASS(wxPropertyListPanel) }; /* @@ -437,7 +437,7 @@ private: DECLARE_EVENT_TABLE() - DECLARE_CLASS(wxPropertyListFrame) + DECLARE_DYNAMIC_CLASS(wxPropertyListFrame) }; /* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |