]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_config.i
Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
[wxWidgets.git] / wxPython / src / _config.i
index 4ee0060a0f60af788f600583b714a52b4aa4f8f2..434b42cdb11896eff52e9480b78cf9c42128929e 100644 (file)
@@ -85,12 +85,12 @@ public:
     };
 
 
-    %apply SWIGTYPE *DISOWN { wxConfigBase *config };
+    %disownarg( wxConfigBase *config );
     DocDeclStr(
         static wxConfigBase *, Set(wxConfigBase *config),
         "Sets the global config object (the one returned by Get) and returns a
 reference to the previous global config object.", "");
-    %clear wxConfigBase *config;
+    %cleardisown( wxConfigBase *config );
 
     DocDeclStr(
         static wxConfigBase *, Get(bool createOnDemand = true),