diff options
Diffstat (limited to 'src/frame.h')
| -rw-r--r-- | src/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h index 7b5e6366..6bd32104 100644 --- a/src/frame.h +++ b/src/frame.h @@ -52,7 +52,7 @@ public: _buffer = new B (Kumu::Megabyte); if (ASDCP_FAILURE (reader->ReadFrame (n, *_buffer, c->context(), c->hmac()))) { - boost::throw_exception (DCPReadError ("could not read frame")); + boost::throw_exception (ReadError ("could not read frame")); } } |
