wxAUI: fixed pane saving design thinko

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Alex Bligh
2006-07-25 13:16:41 +00:00
parent e8427971f6
commit 1320116514
2 changed files with 59 additions and 60 deletions

View File

@@ -429,7 +429,7 @@ public:
bool DetachPane(wxWindow* window);
wxString SavePaneInfo(wxPaneInfo& pane);
wxString LoadPaneInfo(wxString pane_part, wxPaneInfo &pane);
void LoadPaneInfo(wxString pane_part, wxPaneInfo &pane);
wxString SavePerspective();