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
path: root/drape
diff options
context:
space:
mode:
Diffstat (limited to 'drape')
-rw-r--r--drape/overlay_handle.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/drape/overlay_handle.hpp b/drape/overlay_handle.hpp
index 1277ab25ae..e26f821e2f 100644
--- a/drape/overlay_handle.hpp
+++ b/drape/overlay_handle.hpp
@@ -147,8 +147,8 @@ public:
string const & debugStr,
bool isBillboard = false);
- virtual m2::RectD GetPixelRect(ScreenBase const & screen, bool perspective) const override;
- virtual void GetPixelShape(ScreenBase const & screen, Rects & rects, bool perspective) const override;
+ m2::RectD GetPixelRect(ScreenBase const & screen, bool perspective) const override;
+ void GetPixelShape(ScreenBase const & screen, Rects & rects, bool perspective) const override;
#ifdef DEBUG_OVERLAYS_OUTPUT
virtual string GetOverlayDebugInfo() override;