X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fjob_view.cc;h=52c975beefaa38d5754d7292dfbba1b535b28260;hp=4f925873da408b28d5cc7af33bb46b91cfc87bd8;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=0d35820cf50d2789752b8776683b26d04642518d diff --git a/src/wx/job_view.cc b/src/wx/job_view.cc index 4f925873d..52c975bee 100644 --- a/src/wx/job_view.cc +++ b/src/wx/job_view.cc @@ -36,9 +36,9 @@ using std::string; using std::min; -using boost::shared_ptr; +using std::shared_ptr; using boost::bind; -using boost::dynamic_pointer_cast; +using std::dynamic_pointer_cast; JobView::JobView (shared_ptr job, wxWindow* parent, wxWindow* container, wxFlexGridSizer* table) : _job (job)