X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/807a903e6807ae3e49928bda488a04bc0d832149..0bd63eb6fff074efd83b1eac4dbf34391191af62:/include/wx/msw/regconf.h diff --git a/include/wx/msw/regconf.h b/include/wx/msw/regconf.h index 5ed19b74e1..7c33118002 100644 --- a/include/wx/msw/regconf.h +++ b/include/wx/msw/regconf.h @@ -17,8 +17,9 @@ #endif #ifndef _REGISTRY_H - #include + #include "wx/msw/registry.h" #endif +#include "wx/object.h" // ---------------------------------------------------------------------------- // wxRegConfig @@ -97,7 +98,7 @@ public: bool Write(const wxString& key, bool bValue) { return wxConfigBase::Write(key, bValue); } - virtual bool Flush(bool /* bCurrentOnly = FALSE */ ) { return TRUE; } + virtual bool Flush(bool WXUNUSED(bCurrentOnly) = FALSE) { return TRUE; } // rename virtual bool RenameEntry(const wxString& oldName, const wxString& newName);