]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/prefconf.h
CanAcceptFocus() now returns true if either the window itself or one of its children...
[wxWidgets.git] / include / wx / palmos / prefconf.h
index e5f7f4104ac3386dabe1fd1a782036647e390590..ba756045c2f208a4b5a0d2c6e79d3bf3cc341b35 100644 (file)
@@ -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_