X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Ffilter_graph.cc;h=2a690eeb9aa276a79afe08508b0d864edc5af882;hp=daceeaf2d96924b97fb5af633927e73e04fdd2f7;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=0d35820cf50d2789752b8776683b26d04642518d diff --git a/src/lib/filter_graph.cc b/src/lib/filter_graph.cc index daceeaf2d..2a690eeb9 100644 --- a/src/lib/filter_graph.cc +++ b/src/lib/filter_graph.cc @@ -42,8 +42,8 @@ using std::pair; using std::make_pair; using std::cout; using std::vector; -using boost::shared_ptr; -using boost::weak_ptr; +using std::shared_ptr; +using std::weak_ptr; using dcp::Size; /** Construct a FilterGraph for the settings in a piece of content */