forked from organicmaps/organicmaps
[openlr] Add virtual destructor for openlr::PointsControllerDelegateBase
This commit is contained in:
parent
be0c445239
commit
3ad74596bd
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue