std::shared_ptr
[dcpomatic.git] / src / wx / content_view.cc
index da3ca6b6b781628c5541ec8c6a59a3368543e70c..67a9a3fa53c90b4faa1395ef5200c1701bdba14f 100644 (file)
 using std::string;
 using std::cout;
 using std::list;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
 using boost::optional;
-using boost::dynamic_pointer_cast;
+using std::dynamic_pointer_cast;
 using namespace dcpomatic;
 
 ContentView::ContentView (wxWindow* parent)