]> git.saurik.com Git - wxWidgets.git/commitdiff
take const wxConfig object in wxDocManager::FileHistoryLoad() and wxFileHistory:...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 May 2008 22:41:28 +0000 (22:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 May 2008 22:41:28 +0000 (22:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/docview.h

index ccc13d4189da5fe57ef17a424405a9bf4ac9191e..b41ae9b3a88ad060e6d733a05b52e2b192480a14 100644 (file)
@@ -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.