Try to fix OS X build.
authorCarl Hetherington <cth@carlh.net>
Mon, 9 Jul 2018 09:31:27 +0000 (10:31 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 9 Jul 2018 09:31:27 +0000 (10:31 +0100)
src/lib/exceptions.h

index 7220af35f5ba0d8c4603e0340d9324e74cf0812b..09db968dc949cbf6973dc8345c284d4c591296c8 100644 (file)
@@ -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;