From dd9be86db6cde0afa5da0d1d1ac43b42e05dca26 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 4 Jan 2021 21:16:53 +0100 Subject: std::shared_ptr --- src/wx/kdm_output_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wx/kdm_output_panel.cc') diff --git a/src/wx/kdm_output_panel.cc b/src/wx/kdm_output_panel.cc index 961a27fc2..c08a76732 100644 --- a/src/wx/kdm_output_panel.cc +++ b/src/wx/kdm_output_panel.cc @@ -48,7 +48,7 @@ using std::string; using std::list; using std::exception; using std::make_pair; -using boost::shared_ptr; +using std::shared_ptr; using boost::function; #if BOOST_VERSION >= 106100 using namespace boost::placeholders; -- cgit v1.2.3