X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ftext_view.cc;h=b4b2baae211503c8792d56b44f3ae799e8eefcda;hp=491df7b3b9693c16cca8313ea1f1a5d739bdfc79;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=0d35820cf50d2789752b8776683b26d04642518d diff --git a/src/wx/text_view.cc b/src/wx/text_view.cc index 491df7b3b..b4b2baae2 100644 --- a/src/wx/text_view.cc +++ b/src/wx/text_view.cc @@ -31,10 +31,10 @@ #include "lib/text_decoder.h" using std::list; -using boost::shared_ptr; -using boost::weak_ptr; +using std::shared_ptr; +using std::weak_ptr; using boost::bind; -using boost::dynamic_pointer_cast; +using std::dynamic_pointer_cast; using namespace dcpomatic; #if BOOST_VERSION >= 106100 using namespace boost::placeholders;