summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/exceptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h
index b58d0240..7ed729dd 100644
--- a/src/exceptions.h
+++ b/src/exceptions.h
@@ -230,6 +230,7 @@ class StartCompressionError : public std::runtime_error
{
public:
explicit StartCompressionError (boost::optional<int> code = boost::optional<int>());
+ ~StartCompressionError () throw () {}
boost::optional<int> code () const {
return _code;