X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ba4130573b01a7427f8fdd8349093f830ddfbd9..47f1ad6a7120c2eeba788b5e1300e837ae2e7e58:/include/wx/msw/regconf.h diff --git a/include/wx/msw/regconf.h b/include/wx/msw/regconf.h index dc33f73841..960d098f82 100644 --- a/include/wx/msw/regconf.h +++ b/include/wx/msw/regconf.h @@ -70,7 +70,7 @@ public: virtual bool RenameGroup(const wxString& oldName, const wxString& newName); // delete - virtual bool DeleteEntry(const wxString& key, bool bGroupIfEmptyAlso); + virtual bool DeleteEntry(const wxString& key, bool bGroupIfEmptyAlso = TRUE); virtual bool DeleteGroup(const wxString& key); virtual bool DeleteAll();