X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd9f7fea29e3f8bb61861f52984b7943512346ac..166bcebb8e87aefb42de52d22d567a8fa316928d:/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();