std::shared_ptr
[dcpomatic.git] / src / wx / timeline_audio_content_view.cc
index 3ae0fdb45e07134e940ab04e8ddd3ed00d5f9052..d26c4025256934650ded8ef3dd2028ae27972ee6 100644 (file)
@@ -24,8 +24,8 @@
 #include "lib/util.h"
 
 using std::list;
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
 
 /** @class TimelineAudioContentView
  *  @brief Timeline view for AudioContent.