From d95eacd3851a20e52202465ec22b4f72a4983dc8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 11 Jan 2021 00:16:40 +0100 Subject: Replace std::list with std::vector in the API. --- tools/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/common.h') 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& notes, bool ignore_missing_assets); +extern void filter_notes (std::vector& notes, bool ignore_missing_assets); } -- cgit v1.2.3