diff options
Diffstat (limited to 'src/interfaces/matrix.hpp')
-rw-r--r-- | src/interfaces/matrix.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/matrix.hpp b/src/interfaces/matrix.hpp index 5dc5f2e..ab5f40b 100644 --- a/src/interfaces/matrix.hpp +++ b/src/interfaces/matrix.hpp @@ -10,6 +10,8 @@ template <typename Element> class IMatrix { public: + virtual ~IMatrix() = default; + /** * Fills the matrix with a element. * |