X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..6b4f099df5e71af0449049ce0a19e7863915ee44:/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() ) {