From 796f0bebbbbf74da4f00f8e7acef48d109213960 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 26 Oct 2007 19:06:57 +0000 Subject: [PATCH] Move the %disownarg directive to the .i file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/aui/framemanager.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/wx/aui/framemanager.h b/include/wx/aui/framemanager.h index c4be373423..086f757f5d 100644 --- a/include/wx/aui/framemanager.h +++ b/include/wx/aui/framemanager.h @@ -442,9 +442,6 @@ public: static wxAuiManager* GetManager(wxWindow* window); -#ifdef SWIG - %disownarg( wxAuiDockArt* art_provider ); -#endif void SetArtProvider(wxAuiDockArt* art_provider); wxAuiDockArt* GetArtProvider() const;