]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/largefile.cpp
no changes, just reformat, remove extraneous semicolons and inline keywords
[wxWidgets.git] / tests / streams / largefile.cpp
index 1366ae6091bbbea9683ab4d36bf1184c9e374850..af65d4e17e3e90ea06ff9a143cbf7afaf60a88e1 100644 (file)
@@ -337,7 +337,8 @@ void GetVolumeInfo(const wxString& path)
     }
 
     // NULL means the current volume
-    const wxChar *pVol = vol.empty() ? NULL : vol.c_str();
+    const wxChar *pVol = vol.empty() ? (const wxChar *)NULL
+                                     : vol.c_str();
 
     if (!::GetVolumeInformation(pVol, NULL, 0, NULL, NULL,
                                 &volumeFlags,