diff options
author | Josh Blum | 2013-02-24 15:10:11 -0800 |
---|---|---|
committer | Josh Blum | 2013-02-24 15:10:11 -0800 |
commit | 0a8e905e35e181972737862da74143f8852d5300 (patch) | |
tree | 70332ef31eea2bbd07777ffdaff461b31ecaf34f /include/gras | |
parent | 781cf7b0f9d4bc834ae89267108ed846c7de1323 (diff) | |
download | sandhi-0a8e905e35e181972737862da74143f8852d5300.tar.gz sandhi-0a8e905e35e181972737862da74143f8852d5300.tar.bz2 sandhi-0a8e905e35e181972737862da74143f8852d5300.zip |
gras: tweaks to python status wrapper
Diffstat (limited to 'include/gras')
-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 |