Fix build.
authorCarl Hetherington <cth@carlh.net>
Tue, 20 Sep 2016 20:28:11 +0000 (21:28 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 20 Sep 2016 20:28:11 +0000 (21:28 +0100)
src/exceptions.h

index c7a3c71ac7091de2ea8f6b7be7bfc917a6399380..56b58aaa0a4d2f85c3b2ab0c7001f168ff62fa06 100644 (file)
@@ -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;