From 83d78cdcaefe18555e83dc7cc810422616054527 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 6 Mar 2013 02:39:51 -0600 Subject: gras: top block gets same config style as block --- include/gras/top_block.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/gras/top_block.hpp b/include/gras/top_block.hpp index fc86e30..e288d95 100644 --- a/include/gras/top_block.hpp +++ b/include/gras/top_block.hpp @@ -37,10 +37,10 @@ struct GRAS_API TopBlock : HierBlock TopBlock(const std::string &name); //! Get the global block config settings - GlobalBlockConfig get_global_config(void) const; + const GlobalBlockConfig &global_config(void) const; - //! Set the global block config settings - void set_global_config(const GlobalBlockConfig &config); + //! Get the global block config settings + GlobalBlockConfig &global_config(void); /*! * Commit changes to the overall flow graph. -- cgit