Skip to content
Snippets Groups Projects
Commit 0da5e9d2 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

demux: adaptive: add missing virtual destructor

(cherry picked from commit 39297dbf)
parent c9649bff
No related branches found
No related tags found
2 merge requests!3533Backport MR 3236 to 3.0.x,!1123[3.0.x] backport/upgrade adaptive code
......@@ -30,6 +30,7 @@ namespace adaptive
class AbstractFakeESOutID
{
public:
virtual ~AbstractFakeESOutID() = default;
virtual es_out_id_t * realESID() = 0;
virtual void create() = 0;
virtual void release() = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment