Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'platform/platform_win.cpp')
-rw-r--r--platform/platform_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/platform_win.cpp b/platform/platform_win.cpp
index ac57d3ad2e..399caf370a 100644
--- a/platform/platform_win.cpp
+++ b/platform/platform_win.cpp
@@ -122,7 +122,7 @@ void Platform::RunAsync(TFunctor const & fn, Priority p)
fn();
}
-Platform::TStorageStatus Platform::GetWritableStorageStatus(uint64_t neededSize)
+Platform::TStorageStatus Platform::GetWritableStorageStatus(uint64_t neededSize) const
{
ULARGE_INTEGER freeSpace;
if (0 == ::GetDiskFreeSpaceExA(m_writableDir.c_str(), &freeSpace, NULL, NULL))