Cleanup: move EqualityOptions into its own file.
[libdcp.git] / src / reel_file_asset.cc
index dc8ea21f449e687be939c9ab3c53090484ef7ea2..5fefda2752daebcaadac5553dec8b6c952d3863c 100644 (file)
@@ -38,6 +38,7 @@
 
 
 #include "asset.h"
+#include "equality_options.h"
 #include "reel_file_asset.h"
 #include "warnings.h"
 LIBDCP_DISABLE_WARNINGS
@@ -74,7 +75,7 @@ ReelFileAsset::ReelFileAsset (shared_ptr<const cxml::Node> node)
 
 
 bool
-ReelFileAsset::file_asset_equals (shared_ptr<const ReelFileAsset> other, EqualityOptions opt, NoteHandler note) const
+ReelFileAsset::file_asset_equals(shared_ptr<const ReelFileAsset> other, EqualityOptions const& opt, NoteHandler note) const
 {
        if (_hash != other->_hash) {
                if (!opt.reel_hashes_can_differ) {