From: Robin Dunn Date: Mon, 16 Oct 2006 20:56:58 +0000 (+0000) Subject: Compile fix: forward decalare wxFloatingPane X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/52e22a61ce57013c36ff4f6383354cdf382458c8 Compile fix: forward decalare wxFloatingPane git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/aui/framemanager.h b/include/wx/aui/framemanager.h index 29e3abf18f..6f37c58ef9 100644 --- a/include/wx/aui/framemanager.h +++ b/include/wx/aui/framemanager.h @@ -383,7 +383,7 @@ public: - +class WXDLLIMPEXP_AUI wxFloatingPane; class WXDLLIMPEXP_AUI wxFrameManager : public wxEvtHandler {