From 44eb3cf277570971e7e412a8893dd4f98beb0e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Wed, 4 Jan 2012 14:43:48 +0100 Subject: [PATCH] Adding virtual destructor. --- opm/core/fluid/BlackoilPropertiesInterface.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/opm/core/fluid/BlackoilPropertiesInterface.hpp b/opm/core/fluid/BlackoilPropertiesInterface.hpp index 1adf3720..8a7d6c86 100644 --- a/opm/core/fluid/BlackoilPropertiesInterface.hpp +++ b/opm/core/fluid/BlackoilPropertiesInterface.hpp @@ -35,6 +35,7 @@ namespace Opm class BlackoilPropertiesInterface { public: + virtual ~BlackoilPropertiesInterface() {} // ---- Rock interface ----