summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dcp.cc2
1 files changed, 1 insertions, 1 deletions
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<dcp::VerificationNote>* 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