From f560e2a9a0f4258d5ad0cb6bb5311deb780fabaf Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 18 Apr 2021 19:24:12 +0000 Subject: Fix build failure. --- src/subtitle_asset.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subtitle_asset.cc b/src/subtitle_asset.cc index aeec99d7..e1053bdb 100644 --- a/src/subtitle_asset.cc +++ b/src/subtitle_asset.cc @@ -385,7 +385,7 @@ SubtitleAsset::maybe_add_subtitle (string text, list const & parse_s ) ); break; - case ParseState::Type::IMAGE: + case ParseState::IMAGE: { switch (standard) { case INTEROP: -- cgit v1.2.3