diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-20 11:18:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-20 11:18:26 +0100 |
| commit | 101f326ee57264313f8bdc9d47f5fc9ba307c437 (patch) | |
| tree | 433c3f9227af87335306c6a74be60230daed5825 /src/reel_subtitle_asset.h | |
| parent | 7c182bcdc0301edb6ff4ca62be619a02b2c4f3d7 (diff) | |
Tidy up some test names.
Diffstat (limited to 'src/reel_subtitle_asset.h')
| -rw-r--r-- | src/reel_subtitle_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_subtitle_asset.h b/src/reel_subtitle_asset.h index 8c3b7d18..7d2fca06 100644 --- a/src/reel_subtitle_asset.h +++ b/src/reel_subtitle_asset.h @@ -43,7 +43,7 @@ #include "reel_mxf.h" #include "subtitle_asset.h" -struct verify_test26; +struct verify_invalid_language; namespace dcp { @@ -72,7 +72,7 @@ public: } private: - friend struct ::verify_test26; + friend struct ::verify_invalid_language; std::string key_type () const; std::string cpl_node_name (Standard standard) const; |
