destructor edits

This commit is contained in:
osamahammad21
2020-10-07 17:00:48 +02:00
parent 08f1089091
commit ed7c64fda4
2 changed files with 2 additions and 1 deletions

View File

@@ -136,7 +136,7 @@ class GeomShape
virtual int xMax() const = 0;
virtual int yMax() const = 0;
virtual std::vector<Point> getPoints() const = 0;
~GeomShape() = default;
virtual ~GeomShape() = default;
};
/*

View File

@@ -71,6 +71,7 @@ class _dbBox : public _dbObject
union dbBoxShape{
Rect _rect;
Oct _oct;
~dbBoxShape(){};
};
// PERSISTANT-MEMBERS