diff --git a/src/video_display/pipe.hpp b/src/video_display/pipe.hpp index 01d2d91e0..f17928078 100644 --- a/src/video_display/pipe.hpp +++ b/src/video_display/pipe.hpp @@ -43,6 +43,7 @@ struct video_frame; class frame_recv_delegate { public: + virtual ~frame_recv_delegate() = default; /** * Implementing method must release both audio and video frame received * as parameters with AUDIO_FRAME_DISPOSE() and VIDEO_FRAME_DISPOSE().