diff options
Diffstat (limited to 'lib/top_block.cpp')
-rw-r--r-- | lib/top_block.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/top_block.cpp b/lib/top_block.cpp index 10d5ef2..5370920 100644 --- a/lib/top_block.cpp +++ b/lib/top_block.cpp @@ -30,6 +30,11 @@ TopBlock::TopBlock(const std::string &name): << std::flush; } +TopBlock::~TopBlock(void) +{ + //NOP +} + void ElementImpl::top_block_cleanup(void) { this->pre_post_all_set_prio(); |