Rename some methods.
[dcpomatic.git] / src / lib / text_subtitle_decoder.cc
index f76bb7f75f60b9578c5f3fd9a6a0d7326df9dfc2..23ec518b36238171f5de90b867efe995eb0808f8 100644 (file)
@@ -108,7 +108,7 @@ TextSubtitleDecoder::pass (PassReason, bool)
                }
        }
 
-       subtitle->text_subtitle (content_time_period (_subtitles[_next]), out);
+       subtitle->give_text (content_time_period (_subtitles[_next]), out);
 
        ++_next;
        return false;