const correctness.
authorCarl Hetherington <cth@carlh.net>
Sun, 19 Jan 2025 17:47:02 +0000 (18:47 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 19 Jan 2025 17:47:02 +0000 (18:47 +0100)
src/lib/find_missing.cc

index 199ffcc19ccab35ad4b4e381a507be6160a071c5..c023d7db4d6942d9e3b3f9531aa3eac41e12df04 100644 (file)
@@ -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