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:
Steve Lhomme 2010-03-18 17:08:57 +00:00
parent 55ac9a0532
commit 52c36a7d3f

View File

@ -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;