summaryrefslogtreecommitdiff
path: root/src/lib/find_missing.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/find_missing.cc')
-rw-r--r--src/lib/find_missing.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/find_missing.cc b/src/lib/find_missing.cc
index 199ffcc19..c023d7db4 100644
--- 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