Merge commit 'v3.3.1' into try-3.3.1
[debian/gnuradio] / gr-howto-write-a-block / lib / howto_square_ff.cc
index 5ab45d1f21e43ec60ccd82c73d375615406cb63c..f1d5a784821f3051ff2c5502af6b2f3d7b577b25 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2004 Free Software Foundation, Inc.
+ * Copyright 2004,2010 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -39,7 +39,7 @@
 howto_square_ff_sptr 
 howto_make_square_ff ()
 {
-  return howto_square_ff_sptr (new howto_square_ff ());
+  return gnuradio::get_initial_sptr(new howto_square_ff ());
 }
 
 /*