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:
authorvng <viktor.govako@gmail.com>2012-11-16 21:11:39 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:47:00 +0300
commit7fca6a746e5e38b3c684b822984b4ee1b246c4d1 (patch)
tree029baeab823811e825cfde618f5df78ff0547ba5 /platform/platform.hpp
parent106b0b58168d456e25510e4aa6fb01eeecb36631 (diff)
[android] Fix bug with correct storage path for downloading.
Diffstat (limited to 'platform/platform.hpp')
-rw-r--r--platform/platform.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/platform.hpp b/platform/platform.hpp
index 0f2a056535..c47ff5beb9 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -96,7 +96,7 @@ public:
STORAGE_DISCONNECTED,
NOT_ENOUGH_SPACE
};
- TStorageStatus GetWritableStorageStatus(uint64_t neededSize);
+ TStorageStatus GetWritableStorageStatus(uint64_t neededSize) const;
/// @name Functions for concurrent tasks.
//@{