diff options
Diffstat (limited to 'src/exceptions.h')
| -rw-r--r-- | src/exceptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h index c7a3c71..56b58aa 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -55,6 +55,7 @@ class SubripError : public std::runtime_error { public: SubripError (std::string saw, std::string expecting, std::list<std::string> context); + ~SubripError () throw () {} std::list<std::string> context () const { return _context; |
