Fix warning : Add a virtual destructor for P3T3.

This commit is contained in:
Aymeric Pellé 2015-09-15 20:59:38 +02:00 committed by Aymeric PELLÉ
parent bdd1c0099b
commit c0cd56e99b
1 changed files with 2 additions and 0 deletions

View File

@ -265,6 +265,8 @@ public:
{
}
virtual ~Periodic_3_triangulation_3 () {}
/** @name Assignment */ //@{
Periodic_3_triangulation_3 & operator=(Periodic_3_triangulation_3& tr) {
swap(tr);