summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gnuradio/msg_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/msg_queue.h')
-rw-r--r--gnuradio-runtime/include/gnuradio/msg_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/include/gnuradio/msg_queue.h b/gnuradio-runtime/include/gnuradio/msg_queue.h
index 7a0c8c4205..af1286345e 100644
--- a/gnuradio-runtime/include/gnuradio/msg_queue.h
+++ b/gnuradio-runtime/include/gnuradio/msg_queue.h
@@ -32,7 +32,7 @@ class GR_RUNTIME_API msg_queue : public msg_handler
unsigned int d_limit; // max # of messages in queue. 0 -> unbounded
public:
- typedef boost::shared_ptr<msg_queue> sptr;
+ typedef std::shared_ptr<msg_queue> sptr;
static sptr make(unsigned int limit = 0);