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:
Diffstat (limited to 'qt/draw_widget.hpp')
-rw-r--r--qt/draw_widget.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/qt/draw_widget.hpp b/qt/draw_widget.hpp
index 37dd51afdb..35276d9951 100644
--- a/qt/draw_widget.hpp
+++ b/qt/draw_widget.hpp
@@ -5,6 +5,7 @@
#include "map/framework.hpp"
#include "drape_frontend/drape_engine.hpp"
+#include "drape_gui/skin.hpp"
#include "std/unique_ptr.hpp"
@@ -99,5 +100,7 @@ namespace qt
bool m_emulatingLocation;
void InitRenderPolicy();
+
+ unique_ptr<gui::Skin> m_skin;
};
}