From 0fee90e0af6fc8dec76450b75d1648d325cc57ca Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 29 Nov 2016 00:58:55 +0000 Subject: Fix build. --- src/exceptions.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/exceptions.cc') diff --git a/src/exceptions.cc b/src/exceptions.cc index 42c3ab19..b541beda 100644 --- a/src/exceptions.cc +++ b/src/exceptions.cc @@ -90,3 +90,9 @@ MismatchedStandardError::MismatchedStandardError () { } + +KDMDecryptionError::KDMDecryptionError (std::string message) + : runtime_error (String::compose ("Could not decrypt KDM (%1)", message)) +{ + +} -- cgit v1.2.3