diff options
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); } |
