X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-atsc%2Fsrc%2Flib%2Fatsc_fpll.cc;fp=gr-atsc%2Fsrc%2Flib%2Fatsc_fpll.cc;h=676a7453ee55921b2181c1647d91ec0776127e15;hb=2924c0e740bbb9106bfed602345daaee5606d62a;hp=f5bf39d20ff8459d6e68841aeacaeae56e2405e0;hpb=94d315e556805fb75784964499472977664809c4;p=debian%2Fgnuradio diff --git a/gr-atsc/src/lib/atsc_fpll.cc b/gr-atsc/src/lib/atsc_fpll.cc index f5bf39d2..676a7453 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()); }