diff options
Diffstat (limited to 'gnuradio-runtime/lib/test.h')
-rw-r--r-- | gnuradio-runtime/lib/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/test.h b/gnuradio-runtime/lib/test.h index 0d7b0cf6cf..ab03231861 100644 --- a/gnuradio-runtime/lib/test.h +++ b/gnuradio-runtime/lib/test.h @@ -19,7 +19,7 @@ namespace gr { class test; -typedef boost::shared_ptr<test> test_sptr; +typedef std::shared_ptr<test> test_sptr; // public constructor GR_RUNTIME_API test_sptr make_test(const std::string& name = std::string("test"), |