diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-07-12 23:02:47 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-07-12 23:06:08 -0400 |
commit | 0b3d5b1a3238d9f72bcdef6aa3131776fb572175 (patch) | |
tree | c7bc86c8097ebf8371a17d83002844feffd866bd /gr-digital/lib/digital_constellation_decoder_cb.cc | |
parent | 54a1ae3aeea9709e436bb2fc69ae47aeffd1cb29 (diff) |
fixing build for constellation code. Had to make some changes to the qa code to import the right stuff after being changed from sitting in gnuradio-core.
Diffstat (limited to 'gr-digital/lib/digital_constellation_decoder_cb.cc')
-rw-r--r-- | gr-digital/lib/digital_constellation_decoder_cb.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/lib/digital_constellation_decoder_cb.cc b/gr-digital/lib/digital_constellation_decoder_cb.cc index 8ac34f1d6f..4638790f61 100644 --- a/gr-digital/lib/digital_constellation_decoder_cb.cc +++ b/gr-digital/lib/digital_constellation_decoder_cb.cc @@ -32,7 +32,7 @@ digital_constellation_decoder_cb_sptr digital_make_constellation_decoder_cb (digital_constellation_sptr constellation) { - return digital_constellation_decoder_cb_sptr + return gnuradio::get_initial_sptr (new digital_constellation_decoder_cb(constellation)); } |