]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_log.i
changed wxPlatform implicit conversion to string to return const reference to wxStrin...
[wxWidgets.git] / wxPython / src / _log.i
index 48fd12b62b1f443616f453fb40df0bb828b28eaf..b9204ea80e7cbd1683babab90401d6b9c6f0f80a 100644 (file)
@@ -411,7 +411,7 @@ IMP_PYCALLBACK_VOID_(wxPyLog, wxLog, Flush);
 // Now tell SWIG about it
 class wxPyLog : public wxLog {
 public:
-    %pythonAppend wxPyLog   "self._setCallbackInfo(self, PyLog)"
+    %pythonAppend wxPyLog  setCallbackInfo(PyLog)
 
     wxPyLog();