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:
@@ -72,10 +72,6 @@ protected:
|
||||
virtual bool DoWriteLong(const wxString& key, long lValue);
|
||||
|
||||
private:
|
||||
// no copy ctor/assignment operator
|
||||
wxPrefConfig(const wxPrefConfig&);
|
||||
wxPrefConfig& operator=(const wxPrefConfig&);
|
||||
|
||||
// current path (not '/' terminated)
|
||||
wxString m_strPath;
|
||||
|
||||
@@ -84,6 +80,9 @@ private:
|
||||
|
||||
// current group modified ?
|
||||
bool m_modGroup;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(wxPrefConfig)
|
||||
DECLARE_ABSTRACT_CLASS(wxPrefConfig)
|
||||
};
|
||||
|
||||
#endif // _PREFCONF_H_
|
||||
|
Reference in New Issue
Block a user