From 90aa7853f94457563b7736ed2ea4e68c919f93cd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 28 Aug 2018 21:48:30 +0100 Subject: Missing initialisattion of DCPReadError::_message. --- src/exceptions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/exceptions.h b/src/exceptions.h index 2871ee86..8bc6e550 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -99,6 +99,7 @@ class DCPReadError : public std::runtime_error public: explicit DCPReadError (std::string message) : std::runtime_error(message) + , _message(message) {} DCPReadError (std::string message, std::string detail); -- cgit v1.2.3