]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_log.i
SetBestSize alias
[wxWidgets.git] / wxPython / src / _log.i
index f02fdb84677147e331ff6f212e25f38fe9e1ba24..48fd12b62b1f443616f453fb40df0bb828b28eaf 100644 (file)
@@ -159,7 +159,7 @@ public:
         }
     }
 
-    %pythonAppend Destroy "args[0].thisown = 0";
+    %pythonPrepend Destroy "args[0].this.own(False)";
     %extend { void Destroy() { delete self; } }
 };