From d27916198160870b7017af8ec4b9dbc5492f8614 Mon Sep 17 00:00:00 2001
From: Simon Praetorius <simon.praetorius@tu-dresden.de>
Date: Sun, 30 Sep 2018 18:37:43 -0400
Subject: [PATCH] made disrtuctor in DOFVectorInterface virtual

---
 src/amdis/linear_algebra/DOFVectorInterface.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/amdis/linear_algebra/DOFVectorInterface.hpp b/src/amdis/linear_algebra/DOFVectorInterface.hpp
index f2b5aa84..c0211179 100644
--- a/src/amdis/linear_algebra/DOFVectorInterface.hpp
+++ b/src/amdis/linear_algebra/DOFVectorInterface.hpp
@@ -6,7 +6,7 @@ namespace AMDiS
   {
   public:
     /// Virtual destructor
-    ~DOFVectorInterface() = default;
+    virtual ~DOFVectorInterface() = default;
 
     /// Change dimension of DOFVector to dimension of basis
     virtual void compress() = 0;
-- 
GitLab