mirror of
https://github.com/The-OpenROAD-Project/OpenDB.git
synced 2026-03-06 17:31:17 +08:00
destructor edits
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
@@ -71,6 +71,7 @@ class _dbBox : public _dbObject
|
||||
union dbBoxShape{
|
||||
Rect _rect;
|
||||
Oct _oct;
|
||||
~dbBoxShape(){};
|
||||
};
|
||||
|
||||
// PERSISTANT-MEMBERS
|
||||
|
||||
Reference in New Issue
Block a user