From 3ad74596bdf48d087243346744384487911df270 Mon Sep 17 00:00:00 2001 From: tatiana-yan Date: Tue, 2 Oct 2018 17:42:21 +0300 Subject: [PATCH] [openlr] Add virtual destructor for openlr::PointsControllerDelegateBase --- .../openlr_assessment_tool/points_controller_delegate_base.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openlr/openlr_match_quality/openlr_assessment_tool/points_controller_delegate_base.hpp b/openlr/openlr_match_quality/openlr_assessment_tool/points_controller_delegate_base.hpp index 1bba8be40c..5c03d7cb21 100644 --- a/openlr/openlr_match_quality/openlr_assessment_tool/points_controller_delegate_base.hpp +++ b/openlr/openlr_match_quality/openlr_assessment_tool/points_controller_delegate_base.hpp @@ -23,6 +23,8 @@ public: Remove }; + virtual ~PointsControllerDelegateBase() = default; + virtual std::vector GetAllJunctionPointsInViewport() const = 0; /// Returns all junction points at a given location in the form of feature id and /// point index in the feature.