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-05-25 11:43:37 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:48:16 +0300
commitaefd4e49a34b81ca9b8589e83e5c445cb9539f21 (patch)
tree8dd601628022e258ee9b8ebf192ecfa3baad31e3 /map/information_display.hpp
parent97e3dbbd2153b62d60ffe9281f2890d98956a2d4 (diff)
Corrections after Yuri R comments.
Diffstat (limited to 'map/information_display.hpp')
-rw-r--r--map/information_display.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/information_display.hpp b/map/information_display.hpp
index 5689ec3cfb..da35f58fe3 100644
--- a/map/information_display.hpp
+++ b/map/information_display.hpp
@@ -63,7 +63,7 @@ public:
CopyrightLabel,
CountryStatusDisplay,
CompassArrow,
- DebugLable
+ DebugLabel
};
InformationDisplay(Framework * framework);