Merge commit 'v3.3.1' into try-3.3.1
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_uchar_to_float.cc
index 305052942dd7bc0d4ee7bb8ef8d8f1233af4a447..83616b42830676dc6312dfb9ac38343efc69199a 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2005 Free Software Foundation, Inc.
+ * Copyright 2005,2010 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -31,7 +31,7 @@
 gr_uchar_to_float_sptr
 gr_make_uchar_to_float ()
 {
-  return gr_uchar_to_float_sptr (new gr_uchar_to_float ());
+  return gnuradio::get_initial_sptr(new gr_uchar_to_float ());
 }
 
 gr_uchar_to_float::gr_uchar_to_float ()