Add virtual destructor to ExportBase.

This commit is contained in:
tastytea 2019-10-25 06:00:56 +02:00
parent f8040f4803
commit d821a9310f
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ public:
*/
explicit ExportBase(const list<Database::entry> &entries,
ostream &out = cout);
virtual ~ExportBase() = default;
/*!
* @brief Print output to std::ostream.