From 5f22a3a95362b933ef66044d4109c056c3070e7c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 26 Oct 2007 19:06:46 +0000 Subject: [PATCH] Move the %disownarg directive to the .i file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49464 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 56109d443f..77a7d8b1d6 100644 --- a/include/wx/aui/framemanager.h +++ b/include/wx/aui/framemanager.h @@ -440,9 +440,6 @@ public: static wxAuiManager* GetManager(wxWindow* window); -#ifdef SWIG - %disownarg( wxAuiDockArt* art_provider ); -#endif void SetArtProvider(wxAuiDockArt* art_provider); wxAuiDockArt* GetArtProvider() const; -- 2.45.2