summaryrefslogtreecommitdiff
path: root/include/gras/top_block.hpp
diff options
context:
space:
mode:
authorJosh Blum2013-02-24 15:10:11 -0800
committerJosh Blum2013-02-24 15:10:11 -0800
commit0a8e905e35e181972737862da74143f8852d5300 (patch)
tree70332ef31eea2bbd07777ffdaff461b31ecaf34f /include/gras/top_block.hpp
parent781cf7b0f9d4bc834ae89267108ed846c7de1323 (diff)
downloadsandhi-0a8e905e35e181972737862da74143f8852d5300.tar.gz
sandhi-0a8e905e35e181972737862da74143f8852d5300.tar.bz2
sandhi-0a8e905e35e181972737862da74143f8852d5300.zip
gras: tweaks to python status wrapper
Diffstat (limited to 'include/gras/top_block.hpp')
-rw-r--r--include/gras/top_block.hpp2
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