diff options
Diffstat (limited to 'src/lib/find_missing.h')
| -rw-r--r-- | src/lib/find_missing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/find_missing.h b/src/lib/find_missing.h index 6755b5dd1..6f7d23412 100644 --- a/src/lib/find_missing.h +++ b/src/lib/find_missing.h @@ -36,7 +36,7 @@ namespace dcpomatic { * @param content Content, some of which may have missing files. * @param clue Path to a file which gives a clue about where the missing files might be. */ -void find_missing (std::vector<std::shared_ptr<Content>> content, boost::filesystem::path clue); +void find_missing(std::vector<std::shared_ptr<Content>> content, boost::filesystem::path clue); } |
