vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Mon Oct 17 16:53:25 2011 +0200| [418333d205dc9f9f196dea3bd4b103a28469ba87] | committer: Jean-Baptiste Kempf
ebml: Removing useless virtual attribute. Signed-off-by: Jean-Baptiste Kempf <[email protected]> > 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 ); _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
