summaryrefslogtreecommitdiff
path: root/src/asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-02 12:25:15 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-02 12:25:15 +0100
commit8d94e57248b7957d62350083a93aa479457f9385 (patch)
treea3e899ab0d007b540bf4ef9fc5d3650c7df925be /src/asset.h
parent4f6b9809ed4c9291e2577ee8e0f3bebf15ca2629 (diff)
Tidy up equality options slightly.
Diffstat (limited to 'src/asset.h')
-rw-r--r--src/asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset.h b/src/asset.h
index 51e5dc54..6c0a9803 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -66,7 +66,7 @@ public:
*/
void write_to_assetmap (std::ostream& s) const;
- virtual std::list<std::string> equals (boost::shared_ptr<const Asset> other, EqualityFlags flags, double max_mean, double max_std_dev) const;
+ virtual std::list<std::string> equals (boost::shared_ptr<const Asset> other, EqualityOptions opt) const;
protected:
friend class PictureAsset;