Local Pool Update Remove Add Data Ignore Fault Argument #701

Merged
gaisser merged 16 commits from eive/fsfw:mueller/local-pool-update-remove-ignore-fault-arg into development 2022-11-14 14:49:37 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 81a7de2814 - Show all commits

View File

@ -55,7 +55,7 @@ class StorageManagerIF {
/**
* @brief This is the empty virtual destructor as required for C++ interfaces.
*/
~StorageManagerIF() = default;
virtual ~StorageManagerIF() = default;
/**
* @brief With addData, a free storage position is allocated and data
* stored there.