Avoid -Wdelete-non-virtual-dtor warning
This commit is contained in:
parent
acbebcdd79
commit
e7c6d84028
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ public:
|
|||
coord2d center = size.center();
|
||||
tr_ = agg::trans_affine_translation(-center.x, -center.y) * tr_;
|
||||
}
|
||||
virtual ~markers_point_placement() {}
|
||||
|
||||
/** Start again at first marker.
|
||||
* \note Returns the same list of markers only works when they were NOT added
|
||||
|
|
Loading…
Add table
Reference in a new issue