summaryrefslogtreecommitdiff
path: root/src/reel_closed_caption_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-20 12:15:04 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-20 12:15:04 +0100
commitf3402802c7f17e883dda8da562e8fe09c6f5c5af (patch)
treeb6180b455dca2d3770f299c1edf7c7d8a4d22eb0 /src/reel_closed_caption_asset.h
parent101f326ee57264313f8bdc9d47f5fc9ba307c437 (diff)
Cleanup: more test naming tweaks.
Diffstat (limited to 'src/reel_closed_caption_asset.h')
-rw-r--r--src/reel_closed_caption_asset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_closed_caption_asset.h b/src/reel_closed_caption_asset.h
index 25f1f569..31122299 100644
--- a/src/reel_closed_caption_asset.h
+++ b/src/reel_closed_caption_asset.h
@@ -44,7 +44,7 @@
#include "reel_mxf.h"
-struct verify_invalid_closed_caption_languages;
+struct verify_invalid_language2;
namespace dcp {
@@ -80,7 +80,7 @@ public:
}
private:
- friend struct ::verify_invalid_closed_caption_languages;
+ friend struct ::verify_invalid_language2;
std::string key_type () const;
std::string cpl_node_name (Standard standard) const;