]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filesys.cpp
Syntax fix.
[wxWidgets.git] / src / common / filesys.cpp
index 4fe96086a7916d31357f5e060143f57828746666..ed72a22b7a74a0dfd6ee93c1acee54f35de1da50 100644 (file)
@@ -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)