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>2016-03-31 17:15:08 +0300
committervng <viktor.govako@gmail.com>2016-04-05 18:37:17 +0300
commit9d52efd6538cc3be684329888a9490c3428f653e (patch)
tree3392a07bbefb1d4dd9a47e93057653d00b03b4a5 /indexer/map_style.hpp
parent7c8eb0712e16dc63a60c43de8125715de3588cba (diff)
[tests] Set “Clear” style default for all unit tests.
Diffstat (limited to 'indexer/map_style.hpp')
-rw-r--r--indexer/map_style.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/map_style.hpp b/indexer/map_style.hpp
index 092776b928..1718916172 100644
--- a/indexer/map_style.hpp
+++ b/indexer/map_style.hpp
@@ -14,4 +14,6 @@ enum MapStyle
MapStyleCount
};
+extern MapStyle kDefaultMapStyle;
+
string DebugPrint(MapStyle mapStyle);