[openlr] Add virtual destructor for openlr::PointsControllerDelegateBase

This commit is contained in:
tatiana-yan 2018-10-02 17:42:21 +03:00 committed by mpimenov
parent be0c445239
commit 3ad74596bd

View file

@ -23,6 +23,8 @@ public:
Remove
};
virtual ~PointsControllerDelegateBase() = default;
virtual std::vector<m2::PointD> GetAllJunctionPointsInViewport() const = 0;
/// Returns all junction points at a given location in the form of feature id and
/// point index in the feature.