X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7e6581d4212e05a14db7fe5e497735821c808def..f07962f933088c85ae0776cd2e4aec4579d31ffa:/wxPython/src/_filesys.i diff --git a/wxPython/src/_filesys.i b/wxPython/src/_filesys.i index c951dd5d21..fe7be734e8 100644 --- a/wxPython/src/_filesys.i +++ b/wxPython/src/_filesys.i @@ -127,7 +127,7 @@ public: wxFileSystem(); ~wxFileSystem(); - void ChangePathTo(const wxString& location, bool is_dir = False); + void ChangePathTo(const wxString& location, bool is_dir = false); wxString GetPath(); %newobject OpenFile;