X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd3f686c274a264e89ea97505350a82c1134f307..1f2f0331455e0a91fdbc57afefe8f8c7c0db9392:/include/wx/msw/regconf.h diff --git a/include/wx/msw/regconf.h b/include/wx/msw/regconf.h index 5d8b9fc39a..630bab52d6 100644 --- a/include/wx/msw/regconf.h +++ b/include/wx/msw/regconf.h @@ -24,7 +24,7 @@ // wxRegConfig // ---------------------------------------------------------------------------- -class wxRegConfig : public wxConfigBase +class WXDLLEXPORT wxRegConfig : public wxConfigBase { public: // ctor & dtor @@ -85,6 +85,10 @@ public: virtual bool Flush(bool /* bCurrentOnly = FALSE */ ) { return TRUE; } + // rename + virtual bool RenameEntry(const wxString& oldName, const wxString& newName); + virtual bool RenameGroup(const wxString& oldName, const wxString& newName); + // delete virtual bool DeleteEntry(const wxString& key, bool bGroupIfEmptyAlso); virtual bool DeleteGroup(const wxString& key);