cobble a temporary changelog entry to keep this test build straight
[debian/gnuradio] / gnuradio-examples / c++ / dial_tone / dial_tone.cc
index 296cfcc115308d8de94d21fe778b880b8016dcd5..9a2772a181b55f348bcd3ec06d0e71ff84b59d80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006 Free Software Foundation, Inc.
+ * Copyright 2006,2008 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -27,7 +27,7 @@
 // Shared pointer constructor
 dial_tone_sptr make_dial_tone()
 {
-    return dial_tone_sptr(new dial_tone());
+  return gnuradio::get_initial_sptr(new dial_tone());
 }
 
 // Hierarchical block constructor, with no inputs or outputs