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>2015-08-03 16:50:45 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:59:47 +0300
commitf8de6fa92a278eba294baa04b3e38b0f15afb25c (patch)
tree4d44d1523f907e488d001c36edd86904a4c1cd57 /platform
parent8a9a55a78e22e0a4d210dc99acfe194c3f4e1a60 (diff)
TTS player. Android part of turn notification system.
Diffstat (limited to 'platform')
-rw-r--r--platform/settings.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/settings.hpp b/platform/settings.hpp
index a6852b2a53..47dbb1a2f3 100644
--- a/platform/settings.hpp
+++ b/platform/settings.hpp
@@ -46,6 +46,8 @@ namespace Settings
StringStorage::Instance().DeleteKeyAndValue(key);
}
+ // @TODO(vbykoianko) For the time being two enums which are reflected length units are used.
+ // This enum should be replaced with enum class LengthUnits.
enum Units { Metric = 0, Foot };
/// Use this function for running some stuff once according to date.