]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/uri.h
Add appearance tags
[wxWidgets.git] / interface / wx / uri.h
index 4c36e3944570f140e5d2e922b621e77253d28721..455e5ed3476930e2334a856cdfdeb763ca64bf66 100644 (file)
@@ -19,7 +19,6 @@ enum wxURIHostType
 
 /**
     @class wxURI
-    @wxheader{uri.h}
 
     wxURI is used to extract information from a URI (Uniform Resource
     Identifier).
@@ -285,7 +284,7 @@ public:
         @param uri
             String with escaped characters to convert.
     */
-    wxString Unescape(const wxString& uri);
+    static wxString Unescape(const wxString& uri);
 
     /**
         Compares this URI to another URI, and returns @true if this URI equals