]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ffile.h
added zlib directly to dynamic targets
[wxWidgets.git] / interface / wx / ffile.h
index f5d1f37871419bfece76f74bec18681933e9da33..33de5504c495763fd7aa44f4fa92c48b65720141 100644 (file)
@@ -90,7 +90,7 @@ public:
 
         The descriptor should be already opened and it will be closed by wxFFile object.
     */
-    void Attach(FILE* fp);
+    void Attach(FILE* fp, const wxString& name = wxEmptyString);
 
     /**
         Closes the file and returns @true on success.