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.