]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ffile.h
A couple of fixes for wxChm
[wxWidgets.git] / interface / wx / ffile.h
index a19619ff9af104253768462fcd47148c1459e71e..644bb1038518c848b4f5635a9d33890579f1e2ae 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxFFile
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -34,7 +34,6 @@ enum wxFileKind
 
 /**
     @class wxFFile
-    @wxheader{ffile.h}
 
     wxFFile implements buffered file I/O.
 
@@ -91,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.