diff options
Diffstat (limited to 'include/gras/top_block.hpp')
-rw-r--r-- | include/gras/top_block.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gras/top_block.hpp b/include/gras/top_block.hpp index 497f54f..34ee98d 100644 --- a/include/gras/top_block.hpp +++ b/include/gras/top_block.hpp @@ -81,7 +81,7 @@ struct GRAS_API TopBlock : HierBlock * Get block usage statistics in XML format. * An external app will visualize the data. */ - std::string get_stats_xml(void); + virtual std::string get_stats_xml(void); }; } //namespace gras |