Fix missing virtual dtor

This commit is contained in:
Seth Hillbrand 2020-06-11 11:26:03 -07:00
parent 4629b701ea
commit df7b67e109
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public:
m_bbox = aOther.m_bbox;
}
~SHAPE_ARC() {}
virtual ~SHAPE_ARC() {}
SHAPE* Clone() const override
{