summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gnuradio/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/message.h')
-rw-r--r--gnuradio-runtime/include/gnuradio/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/include/gnuradio/message.h b/gnuradio-runtime/include/gnuradio/message.h
index 2567e46c63..9a89d64bd3 100644
--- a/gnuradio-runtime/include/gnuradio/message.h
+++ b/gnuradio-runtime/include/gnuradio/message.h
@@ -27,7 +27,7 @@ namespace gr {
class GR_RUNTIME_API message
{
public:
- typedef boost::shared_ptr<message> sptr;
+ typedef std::shared_ptr<message> sptr;
private:
sptr d_next; // link field for msg queue