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:
authorExMix <rahuba.youri@mapswithme.com>2014-09-16 13:14:07 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:27:08 +0300
commit767e14ca685e92178ae4aaad9756cb04326c8403 (patch)
tree2fde58340a284416dd5015da6fb4b3dd0ed438b1 /map/information_display.hpp
parent06875ba5985ab9a628a7cfef1cfbb9ebc26662b5 (diff)
[core] bug fix
Diffstat (limited to 'map/information_display.hpp')
-rw-r--r--map/information_display.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/information_display.hpp b/map/information_display.hpp
index 1f277f29c0..9c1c340731 100644
--- a/map/information_display.hpp
+++ b/map/information_display.hpp
@@ -37,6 +37,7 @@ class Ruler;
/// rules, coordinates, GPS position and heading, compass, Download button, etc.
class InformationDisplay
{
+ Framework * m_framework;
graphics::FontDesc m_fontDesc;
m2::RectI m_displayRect;