From 90adb9041ccc8875ddcd5b3bf80b23620aba9261 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 22 Aug 2007 15:19:06 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/streams/largefile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/streams/largefile.cpp b/tests/streams/largefile.cpp index a47aef8..af65d4e 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, -- 2.7.4