summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-09-20 21:28:11 +0100
committerCarl Hetherington <cth@carlh.net>2016-09-20 21:28:11 +0100
commit3db5052e88ed14236baca6e58ac0e44f4d8e9ff1 (patch)
treea4c7e98f513bf2653f83d11219cac1e8de2aea4f /src
parent79e49c267f3e51126ad7d6c936de2da5455a9894 (diff)
Fix build.
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 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;