From 3316bdc92365f6469f4df865ab661d15c292c641 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 9 Jul 2018 10:31:27 +0100 Subject: [PATCH] Try to fix OS X build. --- src/lib/exceptions.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index 7220af35f..09db968dc 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -193,6 +193,7 @@ class KDMError : public std::runtime_error { public: KDMError (std::string s, std::string d); + ~KDMError () throw() {} std::string summary () const { return _summary; -- 2.30.2