diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/exceptions.h | 2 |
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; } |
