X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd9f7fea29e3f8bb61861f52984b7943512346ac..b7aef858828222a05e57671fa01d3cac78aee3ac:/wxPython/src/_filesys.i diff --git a/wxPython/src/_filesys.i b/wxPython/src/_filesys.i index feb4026650..87e95b556e 100644 --- a/wxPython/src/_filesys.i +++ b/wxPython/src/_filesys.i @@ -95,7 +95,7 @@ public: %name(FileSystemHandler) class wxPyFileSystemHandler : public wxFileSystemHandler { public: - %addtofunc wxPyFileSystemHandler "self._setCallbackInfo(self, FileSystemHandler)"; + %pythonAppend wxPyFileSystemHandler "self._setCallbackInfo(self, FileSystemHandler)"; wxPyFileSystemHandler();