Commit b338ab07 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: adaptative: missing virtual destructor

parent 05aa24c8
......@@ -31,6 +31,7 @@ namespace adaptative
class ChunksSource
{
public:
virtual ~ChunksSource() {}
virtual block_t *readNextBlock(size_t) = 0;
};
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment