]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/iniconf.h
Change SetValue( wxVariant &value ) to
[wxWidgets.git] / include / wx / msw / iniconf.h
index 81872a9290591aa4db99b942a5fb52274d41ac47..948825de3468522905ba5a38895a736c6834031c 100644 (file)
@@ -90,6 +90,9 @@ private:
   wxString m_strLocalFilename;  // name of the private INI file
   wxString m_strGroup,    // current group in appname.ini file
            m_strPath;     // the rest of the path (no trailing '_'!)
+
+  DECLARE_NO_COPY_CLASS(wxIniConfig)
+  DECLARE_ABSTRACT_CLASS(wxIniConfig)
 };
 
 #endif  //_INICONF_H