X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcheck_content_change_job.cc;h=45a662e37e216dc3a5720441651ec6390c6887fb;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hp=644e730bbacf7025fe050e4f30fc9b67d80793e5;hpb=ebce2111f20e6b9cbd00ce8ec7e72c68cf176c29;p=dcpomatic.git diff --git a/src/lib/check_content_change_job.cc b/src/lib/check_content_change_job.cc index 644e730bb..45a662e37 100644 --- a/src/lib/check_content_change_job.cc +++ b/src/lib/check_content_change_job.cc @@ -31,7 +31,7 @@ using std::string; using std::list; using std::cout; -using boost::shared_ptr; +using std::shared_ptr; /** @param gui true if we are running this job from the GUI, false if it's the CLI */ CheckContentChangeJob::CheckContentChangeJob (shared_ptr film, shared_ptr following, bool gui)