summaryrefslogtreecommitdiff
path: root/src/reel_mxf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel_mxf.cc')
-rw-r--r--src/reel_mxf.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_mxf.cc b/src/reel_mxf.cc
index 71b47836..24442691 100644
--- a/src/reel_mxf.cc
+++ b/src/reel_mxf.cc
@@ -66,10 +66,10 @@ ReelMXF::mxf_equals (shared_ptr<const ReelMXF> other, EqualityOptions opt, NoteH
{
if (_hash != other->_hash) {
if (!opt.reel_hashes_can_differ) {
- note (DCP_ERROR, "Reel: hashes differ");
+ note (NoteType::ERROR, "Reel: hashes differ");
return false;
} else {
- note (DCP_NOTE, "Reel: hashes differ");
+ note (NoteType::NOTE, "Reel: hashes differ");
}
}