aewallin / openvoronoi

2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed under LGPL2.1.
http://www.anderswallin.net/cam/
GNU Lesser General Public License v2.1
198 stars 68 forks source link

Add a virtual destructor to the Solver base class, to allow for correct polymorphic deletion. #8

Closed mmassing closed 12 years ago

mmassing commented 12 years ago

Fixes "-Wdelete-non-virtual-dtor" warning.