From 0a8e905e35e181972737862da74143f8852d5300 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 24 Feb 2013 15:10:11 -0800 Subject: gras: tweaks to python status wrapper --- include/gras/top_block.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gras') 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 -- cgit