std::shared_ptr
[dcpomatic.git] / src / wx / text_view.cc
index 491df7b3b9693c16cca8313ea1f1a5d739bdfc79..b4b2baae211503c8792d56b44f3ae799e8eefcda 100644 (file)
 #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;