From: Václav Slavík Date: Wed, 22 Aug 2007 15:19:06 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/90adb9041ccc8875ddcd5b3bf80b23620aba9261 compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/streams/largefile.cpp b/tests/streams/largefile.cpp index a47aef8959..af65d4e17e 100644 --- a/tests/streams/largefile.cpp +++ b/tests/streams/largefile.cpp @@ -337,7 +337,7 @@ void GetVolumeInfo(const wxString& path) } // NULL means the current volume - const wxChar *pVol = vol.empty() ? (wxChar *)NULL + const wxChar *pVol = vol.empty() ? (const wxChar *)NULL : vol.c_str(); if (!::GetVolumeInformation(pVol, NULL, 0, NULL, NULL,