X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a3a5df9d92fe2b22a7451e1251f1711064c22d67..4f32b3cf15277e10835d359acb8b3e87ee041699:/include/wx/aui/framemanager.h diff --git a/include/wx/aui/framemanager.h b/include/wx/aui/framemanager.h index a5f2e55356..9ae5e5e736 100644 --- a/include/wx/aui/framemanager.h +++ b/include/wx/aui/framemanager.h @@ -410,11 +410,11 @@ public: -class WXDLLIMPEXP_AUI wxAuiFloatingPane; +class WXDLLIMPEXP_AUI wxAuiFloatingFrame; class WXDLLIMPEXP_AUI wxAuiManager : public wxEvtHandler { -friend class wxAuiFloatingPane; +friend class wxAuiFloatingFrame; public: @@ -473,7 +473,7 @@ public: public: - virtual wxAuiFloatingPane* CreateFloatingFrame(wxWindow* parent, const wxAuiPaneInfo& p); + virtual wxAuiFloatingFrame* CreateFloatingFrame(wxWindow* parent, const wxAuiPaneInfo& p); void DrawHintRect(wxWindow* pane_window, const wxPoint& pt,