diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-18 19:24:12 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-18 19:24:12 +0000 |
| commit | f560e2a9a0f4258d5ad0cb6bb5311deb780fabaf (patch) | |
| tree | 3d4487e7ab2d499cf966e3bd3a2a4b6fda80453e /src | |
| parent | b2ccdee3cff6ee0304c21a3e419c3210ef2061d1 (diff) | |
Fix build failure.
Diffstat (limited to 'src')
| -rw-r--r-- | src/subtitle_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<ParseState> const & parse_s ) ); break; - case ParseState::Type::IMAGE: + case ParseState::IMAGE: { switch (standard) { case INTEROP: |
