[vlc-commits] ebml: Removing useless virtual attribute.

Hugo Beauzée-Luyssen git at videolan.org
Tue Oct 18 12:26:53 CEST 2011


vlc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Mon Oct 17 16:53:25 2011 +0200| [418333d205dc9f9f196dea3bd4b103a28469ba87] | committer: Jean-Baptiste Kempf

ebml: Removing useless virtual attribute.

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=418333d205dc9f9f196dea3bd4b103a28469ba87
---

 modules/demux/mkv/Ebml_parser.hpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/demux/mkv/Ebml_parser.hpp b/modules/demux/mkv/Ebml_parser.hpp
index 5178882..7bbaf26 100644
--- a/modules/demux/mkv/Ebml_parser.hpp
+++ b/modules/demux/mkv/Ebml_parser.hpp
@@ -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 );



More information about the vlc-commits mailing list