]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/archive.h
add parent parameter to wxAboutBox() (closes #9952)
[wxWidgets.git] / interface / wx / archive.h
index c20c3ef841a68bce4b0e89c45e5efaf2cacd9bbc..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);
 
     /**
@@ -392,7 +392,7 @@ public:
         GetFirst() and GetNext() return a pointer to a factory or @NULL if no more
         are available. They do not give away ownership of the factory.
     */
-    static const wxArchiveClassFactory* GetFirst() const;
+    static const wxArchiveClassFactory* GetFirst();
     const wxArchiveClassFactory* GetNext() const;
     //@}