]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filesys.h
Corrected library association
[wxWidgets.git] / interface / wx / filesys.h
index 35f6324ece7948943c2e699146ef1ae30b4141ac..a61f76362cde3fc116a7abf29c0a0e9257e127cb 100644 (file)
@@ -227,10 +227,8 @@ public:
         @param modif
             Modification date and time for this file.
     */
-    wxFSFile(wxInputStream stream,
-             const wxString& location,
-             const wxString& mimetype,
-             const wxString& anchor,
+    wxFSFile(wxInputStream* stream, const wxString& location,
+             const wxString& mimetype, const wxString& anchor,
              wxDateTime modif);
 
     /**
@@ -358,7 +356,7 @@ public:
 
         Must be overridden in derived handlers.
     */
-    virtual bool CanOpen(const wxString& location);
+    virtual bool CanOpen(const wxString& location) = 0;
 
     /**
         Works like ::wxFindFirstFile().