]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ffile.h
A couple of fixes for wxChm
[wxWidgets.git] / interface / wx / ffile.h
index f5d1f37871419bfece76f74bec18681933e9da33..644bb1038518c848b4f5635a9d33890579f1e2ae 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxFFile
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -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.