summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/constants.cc.in
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/lib/constants.cc.in')
-rw-r--r--gnuradio-runtime/lib/constants.cc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnuradio-runtime/lib/constants.cc.in b/gnuradio-runtime/lib/constants.cc.in
index 7173c60792..c174091d5f 100644
--- a/gnuradio-runtime/lib/constants.cc.in
+++ b/gnuradio-runtime/lib/constants.cc.in
@@ -62,18 +62,18 @@ namespace gr {
c_compiler()
{
return "@cmake_c_compiler_version@";
- }
+ }
const std::string
cxx_compiler()
{
return "@cmake_cxx_compiler_version@";
- }
+ }
const std::string
compiler_flags()
{
return "@COMPILER_INFO@";
- }
+ }
} /* namespace gr */