Make wxAuiManager::SavePaneInfo() parameter const

The pane is not modified by saving its details.
This commit is contained in:
hwiesmann
2017-11-05 23:45:21 +01:00
committed by VZ
parent b4e55a7192
commit f9429b7db4
3 changed files with 3 additions and 3 deletions

View File

@@ -394,7 +394,7 @@ public:
@sa LoadPerspective
@sa SavePerspective
*/
wxString SavePaneInfo(wxAuiPaneInfo& pane);
wxString SavePaneInfo(const wxAuiPaneInfo& pane);
/**
Saves the entire user interface layout into an encoded wxString, which