From 868ee4db539fe07542699836b76d5e51892b39ed Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 26 Jun 2023 01:18:06 +0200 Subject: Cleanup: const. --- src/dcp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/dcp.cc b/src/dcp.cc index 2c327b74..a8a9fd66 100644 --- a/src/dcp.cc +++ b/src/dcp.cc @@ -175,7 +175,7 @@ DCP::read (vector* notes, bool ignore_incorrect_picture_m auto ids_and_paths = _asset_map->asset_ids_and_paths(); for (auto i: ids_and_paths) { - auto path = i.second; + auto const path = i.second; if (path == _directory) { /* I can't see how this is valid, but it's -- cgit v1.2.3