From 04dc4c5e5d9076e8baeab239cea3884f194ffc2e Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 3 Apr 2015 09:55:34 +0000
Subject: [PATCH] fix warning

---
 contrib/voro++/src/cell.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/voro++/src/cell.hh b/contrib/voro++/src/cell.hh
index a920b88c6f..912c89def1 100644
--- a/contrib/voro++/src/cell.hh
+++ b/contrib/voro++/src/cell.hh
@@ -420,7 +420,7 @@ class voronoicell_neighbor : public voronoicell_base {
 		 * face that is clockwise from the jth edge. */
 		int **ne;
 		voronoicell_neighbor();
-		~voronoicell_neighbor();
+		virtual ~voronoicell_neighbor();
 		void operator=(voronoicell &c);
 		void operator=(voronoicell_neighbor &c);
 		/** Cuts the Voronoi cell by a particle whose center is at a
-- 
GitLab