summaryrefslogtreecommitdiff
path: root/src/lib/sndfile_content.h
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/sndfile_content.h
parent237a0052c60af768f4d62b00321932918b7ba4d9 (diff)
Vaguely working new layout.
Diffstat (limited to 'src/lib/sndfile_content.h')
-rw-r--r--src/lib/sndfile_content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/sndfile_content.h b/src/lib/sndfile_content.h
index 1ef4b3f02..bb7fa5f50 100644
--- a/src/lib/sndfile_content.h
+++ b/src/lib/sndfile_content.h
@@ -38,7 +38,7 @@ public:
return boost::dynamic_pointer_cast<SndfileContent> (Content::shared_from_this ());
}
- void examine (boost::shared_ptr<Film>, boost::shared_ptr<Job>, bool);
+ void examine (boost::shared_ptr<Film>, boost::shared_ptr<Job>);
std::string summary () const;
std::string information () const;
void as_xml (xmlpp::Node *) const;