summaryrefslogtreecommitdiff
path: root/src/exceptions.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-29 11:55:18 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-29 11:55:18 +0100
commitf2f2a2afc393dcaee747b97173d71a622d05d910 (patch)
treeb1748b955ce8a7569d2603bdca18e961d267a054 /src/exceptions.h
parent367b43df1630a5e4e4173fb50e234803f248f00f (diff)
parent90aa7853f94457563b7736ed2ea4e68c919f93cd (diff)
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libdcp
Diffstat (limited to 'src/exceptions.h')
-rw-r--r--src/exceptions.h1
1 files changed, 1 insertions, 0 deletions
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);