diff options
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; |
