X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a72f4631fe5ab7ebeefdacf8ec9c826ea962133f..6c3c55cf30584177001a3fdbfe0a011cac3f8996:/wxPython/src/_config.i diff --git a/wxPython/src/_config.i b/wxPython/src/_config.i index 5935dae670..4ee0060a0f 100644 --- a/wxPython/src/_config.i +++ b/wxPython/src/_config.i @@ -85,11 +85,12 @@ public: }; + %apply SWIGTYPE *DISOWN { 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; DocDeclStr( static wxConfigBase *, Get(bool createOnDemand = true),