]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_filesys.i
install headers in prefix/include/wx-version/wx/ instead of prefix/include/wx/
[wxWidgets.git] / wxPython / src / _filesys.i
index feb402665078229e043f738a3519c8c3d9a462f0..87e95b556ed9fe2fe0255cf939790d7fdb7d1b0b 100644 (file)
@@ -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();