diff options
Diffstat (limited to 'gr-atsc/src/lib/atsc_fpll.cc')
-rw-r--r-- | gr-atsc/src/lib/atsc_fpll.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-atsc/src/lib/atsc_fpll.cc b/gr-atsc/src/lib/atsc_fpll.cc index f5bf39d20..676a7453e 100644 --- a/gr-atsc/src/lib/atsc_fpll.cc +++ b/gr-atsc/src/lib/atsc_fpll.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 * @@ -34,7 +34,7 @@ atsc_fpll_sptr atsc_make_fpll() { - return atsc_fpll_sptr(new atsc_fpll()); + return gnuradio::get_initial_sptr(new atsc_fpll()); } |