From d821a9310f52f7b82fec30c51c7ee900a97db73f Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 25 Oct 2019 06:00:56 +0200 Subject: [PATCH] Add virtual destructor to ExportBase. --- include/export/export.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/export/export.hpp b/include/export/export.hpp index 98f0259..5802a1c 100644 --- a/include/export/export.hpp +++ b/include/export/export.hpp @@ -46,6 +46,7 @@ public: */ explicit ExportBase(const list &entries, ostream &out = cout); + virtual ~ExportBase() = default; /*! * @brief Print output to std::ostream.