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-04-04 15:22:20 +0300
committervng <viktor.govako@gmail.com>2016-04-05 18:37:17 +0300
commit3c425c4f8f7bcb9b745f34927e35621ee3ee87cf (patch)
treef3fd7957226079c3876d64ca1f788ca45f9a87bd /indexer/map_style.hpp
parentb5e4d7124ce74ed2e4f97c5eba3ffde022a0f992 (diff)
Review fixes.
Diffstat (limited to 'indexer/map_style.hpp')
-rw-r--r--indexer/map_style.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/map_style.hpp b/indexer/map_style.hpp
index 1718916172..a2ac4a008a 100644
--- a/indexer/map_style.hpp
+++ b/indexer/map_style.hpp
@@ -14,6 +14,6 @@ enum MapStyle
MapStyleCount
};
-extern MapStyle kDefaultMapStyle;
+extern MapStyle const kDefaultMapStyle;
string DebugPrint(MapStyle mapStyle);