diff options
Diffstat (limited to 'src/stereo_picture_asset.cc')
| -rw-r--r-- | src/stereo_picture_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stereo_picture_asset.cc b/src/stereo_picture_asset.cc index 0dfba553..231af538 100644 --- a/src/stereo_picture_asset.cc +++ b/src/stereo_picture_asset.cc @@ -136,7 +136,7 @@ StereoPictureAsset::equals (shared_ptr<const Asset> other, EqualityOptions opt, /* If there was a problem reading the frame data we'll just assume the two frames are not equal. */ - note (DCP_ERROR, e.what ()); + note (NoteType::ERROR, e.what ()); return false; } |
