From 4d6c8aaf0167cde3bb63e9014604243bdc47b1a1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 14 Apr 2020 20:16:44 +0200 Subject: s/DCPReadError/ReadError/g --- src/frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frame.h') 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")); } } -- cgit v1.2.3