Merge commit 'v3.3.1' into try-3.3.1
[debian/gnuradio] / gr-atsc / src / lib / atsc_rs_decoder.cc
index 680d64e439ba90d662ba24ffbc802d097a345cfd..aa3f9369e5a4d7caa1030867fe20d8234c0bcdc8 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
  * 
@@ -32,7 +32,7 @@
 atsc_rs_decoder_sptr
 atsc_make_rs_decoder()
 {
-  return atsc_rs_decoder_sptr(new atsc_rs_decoder());
+  return gnuradio::get_initial_sptr(new atsc_rs_decoder());
 }
 
 atsc_rs_decoder::atsc_rs_decoder()