Compiler bug

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-05-13 15:49:41 +00:00
parent 47366662de
commit b0091f58f8

View File

@@ -1396,7 +1396,7 @@ wxString wxFindFirstFile(const wxChar *spec, int flags)
}
wxString result;
gs_dir->GetFirst(&result, wxFileNameFromPath((wxChar) spec), dirFlags);
gs_dir->GetFirst(&result, wxFileNameFromPath((wxChar*) spec), dirFlags);
if ( result.IsEmpty() )
{
wxDELETE(gs_dir);