]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filesys.h
Forgot to commit
[wxWidgets.git] / interface / wx / filesys.h
index 25688dbd2abdfa49a96eedc3a7e0ab7ea4ab9bd7..4620a9825ece878a4d32b0fadb3af8d7701c653d 100644 (file)
@@ -224,10 +224,14 @@ public:
             not be empty in this case).
         @param anchor
             Anchor. See GetAnchor() for details.
             not be empty in this case).
         @param anchor
             Anchor. See GetAnchor() for details.
+        @param modif
+            Modification date and time for this file.
     */
     */
-    wxFSFile(wxInputStream stream, const wxString& loc,
+    wxFSFile(wxInputStream stream,
+             const wxString& location,
              const wxString& mimetype,
              const wxString& mimetype,
-             const wxString& anchor, wxDateTime modif);
+             const wxString& anchor,
+             wxDateTime modif);
 
     /**
         Detaches the stream from the wxFSFile object. That is, the
 
     /**
         Detaches the stream from the wxFSFile object. That is, the