aboutsummaryrefslogtreecommitdiffstats
path: root/include/gnuradio/fosphor/qt_sink_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gnuradio/fosphor/qt_sink_c.h')
-rw-r--r--include/gnuradio/fosphor/qt_sink_c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gnuradio/fosphor/qt_sink_c.h b/include/gnuradio/fosphor/qt_sink_c.h
index e75cf7f..4c6ff57 100644
--- a/include/gnuradio/fosphor/qt_sink_c.h
+++ b/include/gnuradio/fosphor/qt_sink_c.h
@@ -27,7 +27,7 @@ namespace gr {
class GR_FOSPHOR_API qt_sink_c : virtual public base_sink_c
{
public:
- typedef boost::shared_ptr<qt_sink_c> sptr;
+ typedef std::shared_ptr<qt_sink_c> sptr;
/*!
* \brief Return a shared_ptr to a new instance of fosphor::qt_sink_c.