X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7e6581d4212e05a14db7fe5e497735821c808def..32bf5e4a38676c7b5997c9cc27cdf44adeb7b6b5:/wxPython/src/_filesys.i?ds=inline 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;