diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-20 12:15:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-20 12:15:04 +0100 |
| commit | f3402802c7f17e883dda8da562e8fe09c6f5c5af (patch) | |
| tree | b6180b455dca2d3770f299c1edf7c7d8a4d22eb0 /src/cpl.h | |
| parent | 101f326ee57264313f8bdc9d47f5fc9ba307c437 (diff) | |
Cleanup: more test naming tweaks.
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -53,7 +53,7 @@ #include <vector> -struct verify_various_invalid_languages; +struct verify_invalid_language3; namespace dcp { @@ -293,7 +293,7 @@ protected: std::string pkl_type (Standard standard) const; private: - friend struct ::verify_various_invalid_languages; + friend struct ::verify_invalid_language3; void maybe_write_composition_metadata_asset (xmlpp::Element* node) const; void read_composition_metadata_asset (cxml::ConstNodePtr node); |
