X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c6466854c8343ff9d27f48a1c00e864b3183176..23895080c2666917f1c4ff2e40e327451a5fbcbf:/include/wx/msw/regconf.h?ds=sidebyside diff --git a/include/wx/msw/regconf.h b/include/wx/msw/regconf.h index 6c19bf5845..7c33118002 100644 --- a/include/wx/msw/regconf.h +++ b/include/wx/msw/regconf.h @@ -17,9 +17,9 @@ #endif #ifndef _REGISTRY_H - #include + #include "wx/msw/registry.h" #endif -#include +#include "wx/object.h" // ---------------------------------------------------------------------------- // wxRegConfig @@ -98,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);