Fix some typos in comments.
[dcpomatic.git] / src / lib / dcp_subtitle_decoder.h
index 3eed4ad24cd5863dddd9197972c3773693c7b7dd..45a4999ddcf769781bd87c8a577264b6511a6e06 100644 (file)
@@ -43,5 +43,5 @@ private:
        std::vector<std::shared_ptr<const dcp::Subtitle>> _subtitles;
        std::vector<std::shared_ptr<const dcp::Subtitle>>::const_iterator _next;
 
-       dcp::Standard _standard;
+       dcp::SubtitleStandard _subtitle_standard;
 };