]> git.saurik.com Git - wxWidgets.git/commitdiff
Move the %disownarg directive to the .i file
authorRobin Dunn <robin@alldunn.com>
Fri, 26 Oct 2007 19:06:46 +0000 (19:06 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 26 Oct 2007 19:06:46 +0000 (19:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/aui/framemanager.h

index 56109d443fff3864a125e59d3385f1606a4bce36..77a7d8b1d6cd054f7d992a635353a1e14f8db6e9 100644 (file)
@@ -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;