summaryrefslogtreecommitdiff
path: root/src/wx/markers_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/markers_dialog.cc')
-rw-r--r--src/wx/markers_dialog.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/markers_dialog.cc b/src/wx/markers_dialog.cc
index c8529f108..31789af2c 100644
--- a/src/wx/markers_dialog.cc
+++ b/src/wx/markers_dialog.cc
@@ -33,8 +33,8 @@
using std::cout;
using boost::bind;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
using boost::optional;
using dcpomatic::DCPTime;