From df7b67e109049bc4b98a5fe9acab03ea17fd9942 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Thu, 11 Jun 2020 11:26:03 -0700 Subject: [PATCH] Fix missing virtual dtor --- libs/kimath/include/geometry/shape_arc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/kimath/include/geometry/shape_arc.h b/libs/kimath/include/geometry/shape_arc.h index 6c17bf7c5a..a58e9e444b 100644 --- a/libs/kimath/include/geometry/shape_arc.h +++ b/libs/kimath/include/geometry/shape_arc.h @@ -64,7 +64,7 @@ public: m_bbox = aOther.m_bbox; } - ~SHAPE_ARC() {} + virtual ~SHAPE_ARC() {} SHAPE* Clone() const override {