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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-02-04 17:32:15 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:21:50 +0300
commit6f8c37e958bd2ac6351088259c0c16a9a7ce0996 (patch)
tree72e0b774ea8c59146c9b6ab38d046a1e01488683 /storage/storage_helpers.hpp
parentfd9fa541f6af1e09175da0fc8e76822e0075c9c3 (diff)
[new downloader] Getting rid of letter T in the beginging of enum classes
Diffstat (limited to 'storage/storage_helpers.hpp')
-rw-r--r--storage/storage_helpers.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/storage_helpers.hpp b/storage/storage_helpers.hpp
index d0ce5c9f0d..67a1a77104 100644
--- a/storage/storage_helpers.hpp
+++ b/storage/storage_helpers.hpp
@@ -16,5 +16,5 @@ bool IsPointCoveredByDownloadedMaps(m2::PointD const & position,
Storage const & storage,
CountryInfoGetter const & countryInfoGetter);
-bool IsDownloadFailed(TStatus status);
+bool IsDownloadFailed(Status status);
} // namespace storage