X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..704ceca8d2cd8da51a5cc22f8c51fd61c762dbf5:/interface/wx/filesys.h?ds=sidebyside diff --git a/interface/wx/filesys.h b/interface/wx/filesys.h index a9b1aa99c4..25688dbd2a 100644 --- a/interface/wx/filesys.h +++ b/interface/wx/filesys.h @@ -131,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 @@ -409,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.