From: Václav Slavík Date: Sun, 29 Oct 2006 18:44:41 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9920ad328b7bb97ad927b9524cbe6e1b785be742 compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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() ) {