compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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() )
|
||||
{
|
||||
|
Reference in New Issue
Block a user