projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17d9f8b
)
const correctness.
author
Carl Hetherington
<cth@carlh.net>
Sun, 19 Jan 2025 17:47:02 +0000
(18:47 +0100)
committer
Carl Hetherington
<cth@carlh.net>
Sun, 19 Jan 2025 17:47:02 +0000
(18:47 +0100)
src/lib/find_missing.cc
patch
|
blob
|
history
diff --git
a/src/lib/find_missing.cc
b/src/lib/find_missing.cc
index 199ffcc19ccab35ad4b4e381a507be6160a071c5..c023d7db4d6942d9e3b3f9531aa3eac41e12df04 100644
(file)
--- a/
src/lib/find_missing.cc
+++ b/
src/lib/find_missing.cc
@@
-30,7
+30,7
@@
using std::shared_ptr;
using std::vector;
-typedef map<shared_ptr<Content>, vector<boost::filesystem::path>> Replacements;
+typedef map<shared_ptr<
const
Content>, vector<boost::filesystem::path>> Replacements;
static