X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/23a59c2cbe8489445b9c26dee4a77e2d20a999c2..df08bf5ab3a0eb24d53b2c002f473799c5622bbb:/include/wx/palmos/prefconf.h diff --git a/include/wx/palmos/prefconf.h b/include/wx/palmos/prefconf.h index 59f99cd160..ba756045c2 100644 --- a/include/wx/palmos/prefconf.h +++ b/include/wx/palmos/prefconf.h @@ -12,10 +12,6 @@ #ifndef _PREFCONF_H_ #define _PREFCONF_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "prefconf.h" -#endif - // ---------------------------------------------------------------------------- // wxPrefConfig // ---------------------------------------------------------------------------- @@ -76,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; @@ -88,6 +80,9 @@ private: // current group modified ? bool m_modGroup; + + DECLARE_NO_COPY_CLASS(wxPrefConfig) + DECLARE_ABSTRACT_CLASS(wxPrefConfig) }; #endif // _PREFCONF_H_