diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-29 11:55:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-29 11:55:18 +0100 |
| commit | f2f2a2afc393dcaee747b97173d71a622d05d910 (patch) | |
| tree | b1748b955ce8a7569d2603bdca18e961d267a054 | |
| parent | 367b43df1630a5e4e4173fb50e234803f248f00f (diff) | |
| parent | 90aa7853f94457563b7736ed2ea4e68c919f93cd (diff) | |
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libdcp
| -rw-r--r-- | src/exceptions.h | 1 |
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); |
