1
0
forked from fsfw/fsfw

added base for tm store test

This commit is contained in:
2022-07-25 10:38:44 +02:00
parent 4921527022
commit 63ee88af17
2 changed files with 9 additions and 2 deletions

View File

@ -81,7 +81,7 @@ class LocalPool : public SystemObject, public StorageManagerIF {
/**
* @brief In the LocalPool's destructor all allocated memory is freed.
*/
virtual ~LocalPool(void);
~LocalPool() override;
/**
* Documentation: See StorageManagerIF.h