diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-09-09 00:27:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-09-09 00:27:23 +0100 |
| commit | 6ca34bc1ef59dd206379f35eb940e607a59c9804 (patch) | |
| tree | 318cf286f7e0aff5b4d0990007711d5dff6da9e5 /src/lib/hints.h | |
| parent | c536ea4b470fffadcc491b2b9885e027efa2ec5c (diff) | |
Handle errors a little better when scanning for closed captions (in hints).
Diffstat (limited to 'src/lib/hints.h')
| -rw-r--r-- | src/lib/hints.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hints.h b/src/lib/hints.h index 00c2486e7..e9a75fb14 100644 --- a/src/lib/hints.h +++ b/src/lib/hints.h @@ -30,7 +30,7 @@ class Film; -class Hints : public Signaller +class Hints : public Signaller, public ExceptionStore { public: explicit Hints (boost::weak_ptr<const Film> film); |
