]> git.sesse.net Git - vlc/commitdiff
ebml: Removing useless virtual attribute.
authorHugo Beauzée-Luyssen <beauze.h@gmail.com>
Mon, 17 Oct 2011 14:53:25 +0000 (16:53 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 18 Oct 2011 10:05:31 +0000 (12:05 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/mkv/Ebml_parser.hpp

index 5178882596cd5b80832400c958ae9741f7805e73..7bbaf26a642326b517e49f2db14ad31a1a1b8195 100644 (file)
@@ -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 );