summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/render_subtitles_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/render_subtitles_test.cc b/test/render_subtitles_test.cc
index e5de60c4e..d1c912602 100644
--- a/test/render_subtitles_test.cc
+++ b/test/render_subtitles_test.cc
@@ -66,7 +66,7 @@ add (std::list<StringText>& s, std::string text, bool italic, bool bold, bool un
),
2,
std::shared_ptr<dcpomatic::Font>(),
- dcp::Standard::SMPTE
+ dcp::SubtitleStandard::SMPTE_2014
)
);
}