std::shared_ptr
[dcpomatic.git] / src / wx / closed_captions_dialog.cc
index 7411fa15377fbcd3a96179477128d21ffa7b958d..71fc1527257a92f6e6312b45f592b18acde12c9a 100644 (file)
@@ -32,8 +32,8 @@ using std::max;
 using std::cout;
 using std::pair;
 using std::make_pair;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
 using boost::optional;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;