]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/archive.h
Added wxDataViewCtrl::AppendIconTextColumn
[wxWidgets.git] / include / wx / archive.h
index f814b8f3b8af42648fc44c86336626c97b9aa98a..67419a91fc2364dc710bb0fe72abf68f9099c8e5 100644 (file)
@@ -347,7 +347,7 @@ public:
     wxMBConv& GetConv() const
         { if (m_pConv) return *m_pConv; else return wxConvLocal; }
 
-    static const wxArchiveClassFactory *Find(const wxChar *protocol,
+    static const wxArchiveClassFactory *Find(const wxString& protocol,
                                              wxStreamProtocolType type
                                              = wxSTREAM_PROTOCOL);