X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53b9981048b3b67234bd4fa4c85fe8758eb3c21b..39df3acde9a009f9aafe4b218cdfab5bee59724d:/src/common/filesys.cpp diff --git a/src/common/filesys.cpp b/src/common/filesys.cpp index 4fe96086a7..ed72a22b7a 100644 --- a/src/common/filesys.cpp +++ b/src/common/filesys.cpp @@ -460,8 +460,8 @@ void wxFileSystem::CleanUpHandlers() WX_CLEAR_LIST(wxList, m_Handlers); } -const static wxString g_unixPathString(wxT("/")); -const static wxString g_nativePathString(wxFILE_SEP_PATH); +static const wxString g_unixPathString(wxT("/")); +static const wxString g_nativePathString(wxFILE_SEP_PATH); // Returns the native path for a file URL wxFileName wxFileSystem::URLToFileName(const wxString& url)