Commit 05345249 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen Committed by Jean-Baptiste Kempf

mkv: class with all attributes public -> struct

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b9eb3a2d
...@@ -155,9 +155,8 @@ private: ...@@ -155,9 +155,8 @@ private:
}; };
class matroska_segment_c; 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() :p_io_callback(NULL) ,p_estream(NULL) {}
~matroska_stream_c() ~matroska_stream_c()
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment