diff --git a/map/bookmark.hpp b/map/bookmark.hpp index fd9dfce141..1ef6bce631 100644 --- a/map/bookmark.hpp +++ b/map/bookmark.hpp @@ -111,9 +111,9 @@ public: unique_ptr Copy() const override; - virtual graphics::DisplayList * GetDisplayList(UserMarkDLCache * cache) const; - virtual double GetAnimScaleFactor() const; - virtual m2::PointD const & GetPixelOffset() const; + virtual graphics::DisplayList * GetDisplayList(UserMarkDLCache * cache) const override; + virtual double GetAnimScaleFactor() const override; + virtual m2::PointD const & GetPixelOffset() const override; shared_ptr CreateAnimTask(Framework & fm); };