[vlc-commits] demux/mkv: silence warning related to struct vs class

Filip Roséen git at videolan.org
Sat Feb 25 20:28:42 CET 2017


vlc | branch: master | Filip Roséen <filip at atch.se> | Sat Feb 25 20:21:53 2017 +0100| [031f9a0d6738a944b159123781529e81861a0b71] | committer: Jean-Baptiste Kempf

demux/mkv: silence warning related to struct vs class

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

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

 modules/demux/mkv/matroska_segment.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/mkv/matroska_segment.hpp b/modules/demux/mkv/matroska_segment.hpp
index f8df9f6..a77a7f73 100644
--- a/modules/demux/mkv/matroska_segment.hpp
+++ b/modules/demux/mkv/matroska_segment.hpp
@@ -39,7 +39,7 @@ class chapter_edition_c;
 class chapter_translation_c;
 class chapter_item_c;
 
-struct mkv_track_t;
+class mkv_track_t;
 struct mkv_index_t;
 
 typedef enum



More information about the vlc-commits mailing list