derive wxConfig classes from wxObject and add wxRTTI macros to them (patch 1587607)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-10 18:16:10 +00:00
parent 125817d0e3
commit c4ec0ce820
10 changed files with 16 additions and 9 deletions

View File

@@ -236,6 +236,7 @@ private:
bool m_isDirty; // if true, we have unsaved changes
DECLARE_NO_COPY_CLASS(wxFileConfig)
DECLARE_ABSTRACT_CLASS(wxFileConfig)
};
#endif