Merge commit 'v3.3.1' into try-3.3.1
[debian/gnuradio] / gr-atsc / src / lib / atsc_fpll.cc
index f5bf39d20ff8459d6e68841aeacaeae56e2405e0..676a7453ee55921b2181c1647d91ec0776127e15 100644 (file)
@@ -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());
 }