diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-09 10:31:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-09 10:31:27 +0100 |
| commit | 3316bdc92365f6469f4df865ab661d15c292c641 (patch) | |
| tree | 52d863848e22481a9d2509edef8f78130109f5e3 /src/lib | |
| parent | 419cf56a7067d8e407a64697d04feca6e27d737b (diff) | |
Try to fix OS X build.
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; |
