Fix erroneous reports of unresolved assets when checking OV/VF pairs.
[libdcp.git] / src / data.h
index d06b2f49afabb0dcc7d1712928a9b85ee4435e7e..fd6eb22bb8bd202da08c259228e90c09efabd416 100644 (file)
@@ -72,6 +72,8 @@ private:
        int _size;
 };
 
+bool operator==(Data const & a, Data const & b);
+
 }
 
 #endif