From 04f3857510943606e49f6094dc74ace2138b1c6f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 25 Feb 2018 01:10:02 +0000 Subject: Fix build error. --- src/exceptions.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/exceptions.h') 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; } -- cgit v1.2.3