diff options
author | Josh Blum | 2013-03-28 01:13:21 -0700 |
---|---|---|
committer | Josh Blum | 2013-03-28 01:13:21 -0700 |
commit | 56a17f61079869830483709f5f6366923c735d7c (patch) | |
tree | dca3ccb2080e0c8f56472177d527064d8528797f /include/gras/top_block.hpp | |
parent | 3315ba892a865644ebfbd7d00d7a138a05bb76a8 (diff) | |
download | sandhi-56a17f61079869830483709f5f6366923c735d7c.tar.gz sandhi-56a17f61079869830483709f5f6366923c735d7c.tar.bz2 sandhi-56a17f61079869830483709f5f6366923c735d7c.zip |
gras: virtual destructors for all but Element #67
Diffstat (limited to 'include/gras/top_block.hpp')
-rw-r--r-- | include/gras/top_block.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gras/top_block.hpp b/include/gras/top_block.hpp index f99d341..17f1e30 100644 --- a/include/gras/top_block.hpp +++ b/include/gras/top_block.hpp @@ -36,6 +36,8 @@ struct GRAS_API TopBlock : HierBlock TopBlock(const std::string &name); + virtual ~TopBlock(void); + //! Get the global block config settings const GlobalBlockConfig &global_config(void) const; |