git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5705
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// WARNING: wxMemoryInputStream will not free buf.
// There is a memory leak here.
str = new wxMemoryInputStream(buf, strlen(buf));
// WARNING: wxMemoryInputStream will not free buf.
// There is a memory leak here.
str = new wxMemoryInputStream(buf, strlen(buf));
- f = new wxFSFile(str, location, "text/html", wxEmptyString);
+ f = new wxFSFile(str, location, "text/html", wxEmptyString, wxDateTime::Today());