diff options
Diffstat (limited to 'include/gnuradio/top_block.hpp')
-rw-r--r-- | include/gnuradio/top_block.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gnuradio/top_block.hpp b/include/gnuradio/top_block.hpp index bab67ee..19daafc 100644 --- a/include/gnuradio/top_block.hpp +++ b/include/gnuradio/top_block.hpp @@ -42,7 +42,7 @@ struct GRAS_API TopBlock : HierBlock TopBlock(const std::string &name); //! Get the global block config settings - const GlobalBlockConfig &global_config(void) const; + GlobalBlockConfig global_config(void) const; //! Set the global block config settings void set_global_config(const GlobalBlockConfig &config); |