X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fstring_text_file_decoder.cc;h=415851aef4737366127a26ba2ee7e09af75a6069;hp=691734d7bbf11d1d218efa139dc3eb01b44c6e2d;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=0d35820cf50d2789752b8776683b26d04642518d diff --git a/src/lib/string_text_file_decoder.cc b/src/lib/string_text_file_decoder.cc index 691734d7b..415851aef 100644 --- a/src/lib/string_text_file_decoder.cc +++ b/src/lib/string_text_file_decoder.cc @@ -31,9 +31,9 @@ using std::vector; using std::string; using std::cout; using std::max; -using boost::shared_ptr; +using std::shared_ptr; using boost::optional; -using boost::dynamic_pointer_cast; +using std::dynamic_pointer_cast; using namespace dcpomatic; StringTextFileDecoder::StringTextFileDecoder (shared_ptr film, shared_ptr content)