]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/archive.h
undo the last change as it results in buildbot configuration error
[wxWidgets.git] / interface / wx / archive.h
index 1a06aabad6bb2c188b3339076e13770d9903f9ac..1bb6579bfe5d5093ded07feb29e1eb1cf5797423 100644 (file)
@@ -358,7 +358,7 @@ public:
         When using wxSTREAM_FILEEXT for the second parameter, the first parameter
         can be a complete filename rather than just an extension.
     */
-    static const wxArchiveClassFactory* Find(const wxChar* protocol,
+    static const wxArchiveClassFactory* Find(const wxString& protocol,
             wxStreamProtocolType type = wxSTREAM_PROTOCOL);
 
     /**