summaryrefslogtreecommitdiff
path: root/include/gras/top_block.hpp
diff options
context:
space:
mode:
authorJosh Blum2012-11-12 00:58:52 -0800
committerJosh Blum2012-11-12 00:58:52 -0800
commit502b13e296cb7d7a20ed8b7dc202bbe9b4e607b1 (patch)
tree4398d8afe1c5e0760a733281f44af306123ecb21 /include/gras/top_block.hpp
parentbe29a706ae227628b2e4a952f6aae97c9c66d5da (diff)
downloadsandhi-502b13e296cb7d7a20ed8b7dc202bbe9b4e607b1.tar.gz
sandhi-502b13e296cb7d7a20ed8b7dc202bbe9b4e607b1.tar.bz2
sandhi-502b13e296cb7d7a20ed8b7dc202bbe9b4e607b1.zip
more get methods for all
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 6a14bdf..2f0dc87 100644
--- a/include/gras/top_block.hpp
+++ b/include/gras/top_block.hpp
@@ -37,7 +37,7 @@ struct GRAS_API TopBlock : HierBlock
TopBlock(const std::string &name);
//! Get the global block config settings
- GlobalBlockConfig global_config(void) const;
+ GlobalBlockConfig get_global_config(void) const;
//! Set the global block config settings
void set_global_config(const GlobalBlockConfig &config);