X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..852a7df6d5ee61b714b799e01e1c9066a3458ecf:/src/html/chm.cpp diff --git a/src/html/chm.cpp b/src/html/chm.cpp index 1a58175c2d..f89fbe535e 100644 --- a/src/html/chm.cpp +++ b/src/html/chm.cpp @@ -696,7 +696,7 @@ wxChmInputStream::CreateHHPStream() bool wxChmInputStream::CreateFileStream(const wxString& pattern) { wxFileInputStream * fin; - wxString tmpfile = wxFileName::CreateTempFileName(_T("chmstrm"), NULL); + wxString tmpfile = wxFileName::CreateTempFileName(_T("chmstrm")); if ( tmpfile.empty() ) {