]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filtfind.cpp
leave i386 compiler to default
[wxWidgets.git] / src / common / filtfind.cpp
index bd7d5a6c8a84630f1b263c288bcc008fe5b80c04..9e25441fa283de95bedc2eedb798523d502386d1 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        src/common/filtfind.cpp
 // Purpose:     Streams for filter formats
 // Author:      Mike Wetherell
-// RCS-ID:      $Id$
 // Copyright:   (c) Mike Wetherell
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -23,7 +22,7 @@
 // the filter classes they use.
 
 const wxFilterClassFactory *
-wxFilterClassFactory::Find(const wxChar *protocol, wxStreamProtocolType type)
+wxFilterClassFactory::Find(const wxString& protocol, wxStreamProtocolType type)
 {
     for (const wxFilterClassFactory *f = GetFirst(); f; f = f->GetNext())
         if (f->CanHandle(protocol, type))