]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/url.h
added SetCmdLine(int, char **) overload even when building a Unicode app
[wxWidgets.git] / include / wx / url.h
index 89e3e34e74c5526e5db4d72be28aaf706d2dbe0f..ea48335c543decf0c8709959579ae2949620e630 100644 (file)
@@ -76,13 +76,13 @@ public:
     wxString GetPath() const         { return m_path; }
 
     //Use wxURI instead - this does not work that well
-    static wxString ConvertToValidURI(
+    wxDEPRECATED( static wxString ConvertToValidURI(
                         const wxString& uri,
                         const wxChar* delims = wxT(";/?:@&=+$,")
-                    );
+                  ) );
 
     //Use wxURI::Unescape instead
-    static wxString ConvertFromURI(const wxString& uri);
+    wxDEPRECATED( static wxString ConvertFromURI(const wxString& uri) );
 #endif
 
 protected: