summaryrefslogtreecommitdiff
path: root/gr-uhd/lib/rfnoc_graph_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-uhd/lib/rfnoc_graph_impl.cc')
-rw-r--r--gr-uhd/lib/rfnoc_graph_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/lib/rfnoc_graph_impl.cc b/gr-uhd/lib/rfnoc_graph_impl.cc
index 436faeedea..287c62df05 100644
--- a/gr-uhd/lib/rfnoc_graph_impl.cc
+++ b/gr-uhd/lib/rfnoc_graph_impl.cc
@@ -210,5 +210,5 @@ private:
rfnoc_graph::sptr rfnoc_graph::make(const device_addr_t& dev_addr)
{
check_abi();
- return boost::make_shared<rfnoc_graph_impl>(dev_addr);
+ return std::make_shared<rfnoc_graph_impl>(dev_addr);
}