diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-21 22:25:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-21 22:25:09 +0100 |
| commit | 02e4022f540915f8a38f9ab9576ac896fe39a1ab (patch) | |
| tree | 2301065f001f992c0c02f61fe2d2a321a0d5f7ce /src/lib/content.cc | |
| parent | 237a0052c60af768f4d62b00321932918b7ba4d9 (diff) | |
Vaguely working new layout.
Diffstat (limited to 'src/lib/content.cc')
| -rw-r--r-- | src/lib/content.cc | 2 |
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); |
