Show maximum pixel error on equals().
[libdcp.git] / src / dcp.h
index 6ab57bcb9152322248271b263373c5c0c5ef5e44..477c19011278fec98039663164649943875a620f 100644 (file)
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -106,7 +106,7 @@ public:
                return _length;
        }
 
-       std::list<std::string> equals (DCP const & other, EqualityType type) const;
+       std::list<std::string> equals (DCP const & other, EqualityOptions options) const;
 
        /** Emitted with a parameter between 0 and 1 to indicate progress
         *  for long jobs.