diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2010-08-03 14:21:36 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2010-08-03 14:21:36 -0700 |
commit | 62328b4e78e2df20bccb2983bbe7591f99ba013f (patch) | |
tree | c249fa5639c2c46066782012b7075bb8b7879335 /gr-atsc/src/lib/atsc_trellis_encoder.cc | |
parent | 8034e2cd49fd71bfdf1ed587d49781a444e1cced (diff) | |
parent | 0a9b999b5cce596f4de05828005f698047e14ce9 (diff) |
Merge branch 'maint'
Diffstat (limited to 'gr-atsc/src/lib/atsc_trellis_encoder.cc')
-rw-r--r-- | gr-atsc/src/lib/atsc_trellis_encoder.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-atsc/src/lib/atsc_trellis_encoder.cc b/gr-atsc/src/lib/atsc_trellis_encoder.cc index efd0883103..4cf81a045d 100644 --- a/gr-atsc/src/lib/atsc_trellis_encoder.cc +++ b/gr-atsc/src/lib/atsc_trellis_encoder.cc @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2006 Free Software Foundation, Inc. + * Copyright 2006,2010 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -32,7 +32,7 @@ atsc_trellis_encoder_sptr atsc_make_trellis_encoder() { - return atsc_trellis_encoder_sptr(new atsc_trellis_encoder()); + return gnuradio::get_initial_sptr(new atsc_trellis_encoder()); } atsc_trellis_encoder::atsc_trellis_encoder() |