use a macro for the EbmlMaster iterator as it may differ between versions of libebml
git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libebml@39 a6f86f6d-0131-4f8e-9e7b-e335508773d5
This commit is contained in:
parent
55ac9a0532
commit
52c36a7d3f
@ -43,6 +43,8 @@
|
||||
#include "EbmlElement.h"
|
||||
#include "EbmlCrc32.h"
|
||||
|
||||
#define EBML_MASTER_ITERATOR std::vector<EbmlElement *>::const_iterator
|
||||
|
||||
START_LIBEBML_NAMESPACE
|
||||
|
||||
const bool bChecksumUsedByDefault = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user