Rename ::same -> ::definitely_equal.
[dcpomatic.git] / src / lib / position_image.cc
index c342e1866a8e9312cb87b9e050d1c19a9b0c98cd..fa65a14e5c4f081d4c4fe3d247b91defdd8de725 100644 (file)
@@ -25,7 +25,7 @@
 using std::cout;
 
 bool
-PositionImage::same (PositionImage const & other) const
+PositionImage::definitely_equal (PositionImage const & other) const
 {
        if ((!image && other.image) || (image && !other.image) || position != other.position) {
                return false;