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

@@ -496,7 +496,7 @@ public:
void Update();
wxString SavePaneInfo(wxAuiPaneInfo& pane);
wxString SavePaneInfo(const wxAuiPaneInfo& pane);
void LoadPaneInfo(wxString panePart, wxAuiPaneInfo &pane);
wxString SavePerspective();
bool LoadPerspective(const wxString& perspective, bool update = true);