]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fs_inet.cpp
Fix for VisualAge; Init can't be before it is called in VA.
[wxWidgets.git] / src / common / fs_inet.cpp
index 4a06c7c46010ae4c9d5c7d42c11f00ae0c0b64eb..6c2eeb52e22ea43d8636312be6d209f48c3155ab 100644 (file)
@@ -126,7 +126,8 @@ wxFSFile* wxInternetFSHandler::OpenFile(wxFileSystem& WXUNUSED(fs), const wxStri
         return new wxFSFile(s,
                             right,
                             info->GetMime(),
-                            GetAnchor(location));
+                            GetAnchor(location),
+                            wxDateTime::Today());
     }
     else return (wxFSFile*) NULL;
 }