Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
7c04cb83
Commit
7c04cb83
authored
Apr 19, 2005
by
Steve Lhomme
Browse files
mkv.cpp: fix a gcc warning
parent
6a6a6739
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/mkv.cpp
View file @
7c04cb83
...
...
@@ -333,6 +333,8 @@ typedef struct
class
chapter_codec_cmds_c
{
public:
virtual
~
chapter_codec_cmds_c
()
{}
void
SetPrivate
(
const
KaxChapterProcessPrivate
&
private_data
)
{
m_private_data
=
*
(
new
KaxChapterProcessPrivate
(
private_data
)
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment