[vlc-commits] mkv: class with all attributes public -> struct
Hugo Beauzée-Luyssen
git at videolan.org
Tue Oct 18 12:26:56 CEST 2011
vlc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Mon Oct 17 19:58:18 2011 +0200| [05345249b06e297dcc136f0daa22f5f95f366118] | committer: Jean-Baptiste Kempf
mkv: class with all attributes public -> struct
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=05345249b06e297dcc136f0daa22f5f95f366118
---
modules/demux/mkv/mkv.hpp | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/modules/demux/mkv/mkv.hpp b/modules/demux/mkv/mkv.hpp
index 228ef8c..af591a8 100644
--- a/modules/demux/mkv/mkv.hpp
+++ b/modules/demux/mkv/mkv.hpp
@@ -155,9 +155,8 @@ private:
};
class matroska_segment_c;
-class matroska_stream_c
+struct matroska_stream_c
{
-public:
matroska_stream_c() :p_io_callback(NULL) ,p_estream(NULL) {}
~matroska_stream_c()
{
More information about the vlc-commits
mailing list