X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fhints.h;h=d070dc2014c3e707b6362bc6fc2d64af094d34b5;hp=9164e210659b4b278cab8b200fcad0bc767968a6;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=0d35820cf50d2789752b8776683b26d04642518d diff --git a/src/lib/hints.h b/src/lib/hints.h index 9164e2106..d070dc201 100644 --- a/src/lib/hints.h +++ b/src/lib/hints.h @@ -24,7 +24,6 @@ #include "dcp_text_track.h" #include "dcpomatic_time.h" #include "weak_film.h" -#include #include #include #include @@ -38,7 +37,7 @@ class Writer; class Hints : public Signaller, public ExceptionStore, public WeakConstFilm { public: - explicit Hints (boost::weak_ptr film); + explicit Hints (std::weak_ptr film); ~Hints (); void start (); @@ -78,7 +77,7 @@ private: * our final DCP will have. This means we can see how big the files will be and warn if they * will be too big. */ - boost::shared_ptr _writer; + std::shared_ptr _writer; bool _long_ccap; bool _overlap_ccap;