diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/exceptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
