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 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); |