Commit 7c04cb83 authored by Steve Lhomme's avatar Steve Lhomme

mkv.cpp: fix a gcc warning

parent 6a6a6739
...@@ -333,6 +333,8 @@ typedef struct ...@@ -333,6 +333,8 @@ typedef struct
class chapter_codec_cmds_c class chapter_codec_cmds_c
{ {
public: public:
virtual ~chapter_codec_cmds_c() {}
void SetPrivate( const KaxChapterProcessPrivate & private_data ) void SetPrivate( const KaxChapterProcessPrivate & private_data )
{ {
m_private_data = *( new KaxChapterProcessPrivate( private_data ) ); m_private_data = *( new KaxChapterProcessPrivate( private_data ) );
......
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