diff options
author | Andrej Rode <mail@andrejro.de> | 2018-08-20 16:15:06 +0200 |
---|---|---|
committer | Andrej Rode <mail@andrejro.de> | 2018-08-25 20:21:23 +0200 |
commit | 4d02f8a0bb58e4509ad8f8c2c7ee1616259581a5 (patch) | |
tree | 057821a43f938ee14f832348c7c67e9a3b7e224d /gr-qtgui/examples/c++/display_qt.h | |
parent | 1043222e0de551f00683a1cc9060f194adc4fc85 (diff) |
blocks/analog: includes for C++ templates
Previously public headers in the form $blockname_XX.h were generated.
Now only $blockname.h needs to be included
Diffstat (limited to 'gr-qtgui/examples/c++/display_qt.h')
-rw-r--r-- | gr-qtgui/examples/c++/display_qt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/examples/c++/display_qt.h b/gr-qtgui/examples/c++/display_qt.h index c6dc7c827c..5df8b88f57 100644 --- a/gr-qtgui/examples/c++/display_qt.h +++ b/gr-qtgui/examples/c++/display_qt.h @@ -24,7 +24,7 @@ #include <gnuradio/top_block.h> #include <gnuradio/analog/sig_source.h> #include <gnuradio/analog/noise_source.h> -#include <gnuradio/blocks/add_ff.h> +#include <gnuradio/blocks/add_blk.h> #include <gnuradio/blocks/throttle.h> #include <gnuradio/qtgui/time_sink_f.h> #include <gnuradio/qtgui/freq_sink_f.h> |