]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_filesys.i
new wxMediaCtrl API
[wxWidgets.git] / wxPython / src / _filesys.i
index c951dd5d21df80e25929247175e3baf6f836e9af..fe7be734e8ffb5970369a2d65ac1a7a68ec199e6 100644 (file)
@@ -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;