std::shared_ptr
[dcpomatic.git] / src / wx / video_waveform_dialog.cc
index e61043cc12b6e0ff885118aa098bfff5acb8b2ba..bc68fa6c2efe95e6b51729988533efded801ae48 100644 (file)
@@ -28,8 +28,8 @@
 
 using std::cout;
 using boost::bind;
-using boost::weak_ptr;
-using boost::shared_ptr;
+using std::weak_ptr;
+using std::shared_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif