take const wxConfig object in wxDocManager::FileHistoryLoad() and wxFileHistory::Load() (patch 1942316)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-05-11 20:32:35 +00:00
parent 460d7f8221
commit 9c8116f8f7
4 changed files with 39 additions and 6 deletions

View File

@@ -87,6 +87,11 @@ Changes in behaviour not resulting in compilation errors, please read this!
can still use wxGenericCalendarCtrl instead of wxCalendarCtrl in your code if
you need the extra features.
- wxDocument::FileHistoryLoad() and wxFileHistory::Load() now take const
reference to wxConfigBase argument and not just a reference, please update
your code if you overrode these functions and change the functions in the
derived classes to use const reference as well.
Changes in behaviour which may result in compilation errors
-----------------------------------------------------------