X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Ftext_subtitle.cc;h=35acb90228bc42d0f9cc4b7827b7d883d6420b31;hp=972e74b66417ae974bd98e1f94dacdf7593606a9;hb=d7ac100c0eb1b5efdcfbec59be870fd869252840;hpb=00ae2c28501bb757a6a45ba47ad4ecbe32412933 diff --git a/src/lib/text_subtitle.cc b/src/lib/text_subtitle.cc index 972e74b66..35acb9022 100644 --- a/src/lib/text_subtitle.cc +++ b/src/lib/text_subtitle.cc @@ -21,7 +21,7 @@ #include "text_subtitle.h" #include "cross.h" #include "exceptions.h" -#include "text_subtitle_content.h" +#include "text_text_content.h" #include #include #include @@ -39,7 +39,7 @@ using boost::scoped_array; using boost::optional; using dcp::Data; -TextSubtitle::TextSubtitle (shared_ptr content) +TextSubtitle::TextSubtitle (shared_ptr content) { Data in (content->path (0));