summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-25 01:10:02 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-25 01:10:02 +0000
commit04f3857510943606e49f6094dc74ace2138b1c6f (patch)
treec87105c8513e9a20cf7116c2f09b5680c9ed386a /src
parentd4b350cc524543b8142ac803232b31af751885e2 (diff)
Fix build error.
Diffstat (limited to 'src')
-rw-r--r--src/exceptions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h
index 3d80b635..2871ee86 100644
--- a/src/exceptions.h
+++ b/src/exceptions.h
@@ -103,6 +103,8 @@ public:
DCPReadError (std::string message, std::string detail);
+ ~DCPReadError() throw () {}
+
std::string message () const {
return _message;
}