X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fmarkers_dialog.cc;h=31789af2cca675bf190f746cce83afe7f33dba33;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hp=c8529f108f64bc00b8d65c17a6a1e4a046332301;hpb=0d35820cf50d2789752b8776683b26d04642518d;p=dcpomatic.git 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;