Commit 418333d2 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen Committed by Jean-Baptiste Kempf

ebml: Removing useless virtual attribute.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 2bc07bba
......@@ -34,7 +34,7 @@ class EbmlParser
{
public:
EbmlParser( EbmlStream *es, EbmlElement *el_start, demux_t *p_demux );
virtual ~EbmlParser( void );
~EbmlParser( void );
void Up( void );
void Down( void );
......
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