diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-11 00:16:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 20:13:23 +0100 |
| commit | d95eacd3851a20e52202465ec22b4f72a4983dc8 (patch) | |
| tree | 1dfc1092ae7d2e6b6b7c313ad808415f578d9712 /tools/common.h | |
| parent | cbee0d077e698541afcea82a95bafcea5245ab89 (diff) | |
Replace std::list with std::vector in the API.
Diffstat (limited to 'tools/common.h')
| -rw-r--r-- | tools/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/common.h b/tools/common.h index 0ef0b081..dc8d115c 100644 --- a/tools/common.h +++ b/tools/common.h @@ -21,6 +21,6 @@ namespace dcp { -extern void filter_notes (std::list<dcp::VerificationNote>& notes, bool ignore_missing_assets); +extern void filter_notes (std::vector<dcp::VerificationNote>& notes, bool ignore_missing_assets); } |
