summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-31 01:01:19 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-31 01:01:19 +0100
commitda2f0d96f3c5ffa73bfecd9df613b23200e862f7 (patch)
tree326e054f9b2dc39e0d276e6bdf2a572dbf324ecc /src/dcp.h
parent4678bf06d71c8a18c489912dabf8aca312ab8b6b (diff)
Bitwise MXF comparison.
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 6ab57bcb..bc829fe9 100644
--- 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, EqualityFlags flags) const;
/** Emitted with a parameter between 0 and 1 to indicate progress
* for long jobs.