compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
cb979a71de
commit
90adb9041c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue