summaryrefslogtreecommitdiff
path: root/src/lib/content.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-21 22:25:09 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-21 22:25:09 +0100
commit02e4022f540915f8a38f9ab9576ac896fe39a1ab (patch)
tree2301065f001f992c0c02f61fe2d2a321a0d5f7ce /src/lib/content.cc
parent237a0052c60af768f4d62b00321932918b7ba4d9 (diff)
Vaguely working new layout.
Diffstat (limited to 'src/lib/content.cc')
-rw-r--r--src/lib/content.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/content.cc b/src/lib/content.cc
index 578dafd67..618dafee2 100644
--- a/src/lib/content.cc
+++ b/src/lib/content.cc
@@ -62,7 +62,7 @@ Content::as_xml (xmlpp::Node* node) const
}
void
-Content::examine (shared_ptr<Film>, shared_ptr<Job>, bool)
+Content::examine (shared_ptr<Film>, shared_ptr<Job>)
{
string const d = md5_digest (_file);
boost::mutex::scoped_lock lm (_mutex);