X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..2a8312bced9d3f3415383a79a15cad2acf447b7e:/interface/wx/filesys.h diff --git a/interface/wx/filesys.h b/interface/wx/filesys.h index c9d534e86a..25688dbd2a 100644 --- a/interface/wx/filesys.h +++ b/interface/wx/filesys.h @@ -19,7 +19,6 @@ enum wxFileSystemOpenFlags /** @class wxFileSystem - @wxheader{filesys.h} This class provides an interface for opening files on different file systems. It can handle absolute and/or local filenames. @@ -132,7 +131,7 @@ public: /** Returns the actual path (set by wxFileSystem::ChangePathTo). */ - wxString GetPath(); + wxString GetPath() const; /** This static function returns @true if there is a registered handler which can @@ -171,7 +170,6 @@ public: /** @class wxFSFile - @wxheader{filesys.h} This class represents a single file opened by wxFileSystem. It provides more information than wxWindow's input stream @@ -300,7 +298,6 @@ public: /** @class wxFileSystemHandler - @wxheader{filesys.h} Classes derived from wxFileSystemHandler are used to access virtual file systems. @@ -412,7 +409,7 @@ public: GetMimeTypeFromExt("index.htm") == "text/html" @endcode */ - wxString GetMimeTypeFromExt(const wxString& location); + static wxString GetMimeTypeFromExt(const wxString& location); /** Returns the protocol string extracted from @a location.