diff --git a/core/include/gnuradio-4.0/Block.hpp b/core/include/gnuradio-4.0/Block.hpp index 04e8a134..9bb03d7c 100644 --- a/core/include/gnuradio-4.0/Block.hpp +++ b/core/include/gnuradio-4.0/Block.hpp @@ -2081,10 +2081,10 @@ inline int registerBlock(auto& registerInstance) { return 0; } -template +template inline int registerBlock(auto& registerInstance) { registerBlock(registerInstance); - return registerBlock(registerInstance); + return registerBlock(registerInstance); } /**