X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..edc09871744140f16b2ef6b7abaa2289d7deb260:/include/wx/palmos/prefconf.h diff --git a/include/wx/palmos/prefconf.h b/include/wx/palmos/prefconf.h index e5f7f4104a..ba756045c2 100644 --- a/include/wx/palmos/prefconf.h +++ b/include/wx/palmos/prefconf.h @@ -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_