summaryrefslogtreecommitdiff
path: root/src/smpte_subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-20 11:18:26 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-20 11:18:26 +0100
commit101f326ee57264313f8bdc9d47f5fc9ba307c437 (patch)
tree433c3f9227af87335306c6a74be60230daed5825 /src/smpte_subtitle_asset.h
parent7c182bcdc0301edb6ff4ca62be619a02b2c4f3d7 (diff)
Tidy up some test names.
Diffstat (limited to 'src/smpte_subtitle_asset.h')
-rw-r--r--src/smpte_subtitle_asset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smpte_subtitle_asset.h b/src/smpte_subtitle_asset.h
index 3459f559..be6c64fd 100644
--- a/src/smpte_subtitle_asset.h
+++ b/src/smpte_subtitle_asset.h
@@ -49,7 +49,7 @@ namespace ASDCP {
}
struct verify_invalid_closed_caption_languages;
-struct verify_test26;
+struct verify_invalid_language;
namespace dcp {
@@ -176,7 +176,7 @@ private:
friend struct ::write_smpte_subtitle_test;
friend struct ::write_smpte_subtitle_test2;
friend struct ::verify_invalid_closed_caption_languages;
- friend struct ::verify_test26;
+ friend struct ::verify_invalid_language;
void read_fonts (std::shared_ptr<ASDCP::TimedText::MXFReader>);
void parse_xml (std::shared_ptr<cxml::Document> xml);