X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fstandard_controls.cc;h=c78844ca1bc3ddd14e1d463519b88d440ece9d42;hp=e73e2f6f6aa314dd20740fdda5056717b854d6b2;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=0d35820cf50d2789752b8776683b26d04642518d diff --git a/src/wx/standard_controls.cc b/src/wx/standard_controls.cc index e73e2f6f6..c78844ca1 100644 --- a/src/wx/standard_controls.cc +++ b/src/wx/standard_controls.cc @@ -23,7 +23,7 @@ #include #include -using boost::shared_ptr; +using std::shared_ptr; StandardControls::StandardControls (wxWindow* parent, shared_ptr viewer, bool editor_controls) : Controls (parent, viewer, editor_controls)