std::shared_ptr
[dcpomatic.git] / src / wx / standard_controls.cc
index e73e2f6f6aa314dd20740fdda5056717b854d6b2..c78844ca1bc3ddd14e1d463519b88d440ece9d42 100644 (file)
@@ -23,7 +23,7 @@
 #include <wx/wx.h>
 #include <wx/tglbtn.h>
 
-using boost::shared_ptr;
+using std::shared_ptr;
 
 StandardControls::StandardControls (wxWindow* parent, shared_ptr<FilmViewer> viewer, bool editor_controls)
        : Controls (parent, viewer, editor_controls)