diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-10 13:42:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-10 13:42:02 +0100 |
| commit | 9b4910b82a520cf45a4aba6b2486c67524104a8b (patch) | |
| tree | 3a64fe803f83f1a31bf1e1ce81b1f8692ff4414a /src/lib | |
| parent | e18ebfab7383efc601d3024687f9761419006184 (diff) | |
Add missing virtual destructor.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/video_examiner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/video_examiner.h b/src/lib/video_examiner.h index 72f6ccc12..039c494b5 100644 --- a/src/lib/video_examiner.h +++ b/src/lib/video_examiner.h @@ -24,6 +24,7 @@ class VideoExaminer { public: + virtual ~VideoExaminer () {} virtual float video_frame_rate () const = 0; virtual libdcp::Size video_size () const = 0; virtual VideoContent::Frame video_length () const = 0; |
