From: Vadim Zeitlin Date: Sat, 17 May 2008 22:41:28 +0000 (+0000) Subject: take const wxConfig object in wxDocManager::FileHistoryLoad() and wxFileHistory:... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6656b711088fbddc0ee8086c42d46969806d9417?ds=inline take const wxConfig object in wxDocManager::FileHistoryLoad() and wxFileHistory::Load() (patch 1942316) [should have been part of r53562] git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/docview.h b/interface/docview.h index ccc13d4189..b41ae9b3a8 100644 --- a/interface/docview.h +++ b/interface/docview.h @@ -350,7 +350,7 @@ public: @see wxConfigBase */ - void FileHistoryLoad(wxConfigBase& config); + void FileHistoryLoad(const wxConfigBase& config); /** Removes the given menu from the list of menus managed by the file @@ -1387,7 +1387,7 @@ public: @see wxConfigBase */ - void Load(wxConfigBase& config); + void Load(const wxConfigBase& config); /** Removes the specified file from the history.