From 6af7c3ac2946d1ec7f104e4af0c4054259144dfe Mon Sep 17 00:00:00 2001 From: David Wisth Date: Mon, 3 Jan 2022 16:05:58 +1100 Subject: [PATCH] fix destructor virtual keyword --- gtsam_unstable/slam/LocalOrientedPlane3Factor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam_unstable/slam/LocalOrientedPlane3Factor.h b/gtsam_unstable/slam/LocalOrientedPlane3Factor.h index 7f71b282b..b4d6185a9 100644 --- a/gtsam_unstable/slam/LocalOrientedPlane3Factor.h +++ b/gtsam_unstable/slam/LocalOrientedPlane3Factor.h @@ -43,7 +43,7 @@ public: /// Constructor LocalOrientedPlane3Factor() {} - virtual ~LocalOrientedPlane3Factor() {} + ~LocalOrientedPlane3Factor() override {} /** Constructor with measured plane (a,b,c,d) coefficients * @param z measured plane (a,b,c,d) coefficients as 4D vector