Fixed a warning about wrong initialization order
git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libebml@93 a6f86f6d-0131-4f8e-9e7b-e335508773d5
This commit is contained in:
parent
66ccb761d8
commit
4134860d67
@ -292,7 +292,7 @@ class EBML_DLL_API EbmlSemanticContext {
|
|||||||
const EbmlSemanticContext *aUpTable,
|
const EbmlSemanticContext *aUpTable,
|
||||||
const _GetSemanticContext aGetGlobalContext,
|
const _GetSemanticContext aGetGlobalContext,
|
||||||
const EbmlCallbacks *aMasterElt)
|
const EbmlCallbacks *aMasterElt)
|
||||||
: MyTable(aMyTable), GetGlobalContext(aGetGlobalContext), Size(aSize),
|
: GetGlobalContext(aGetGlobalContext), MyTable(aMyTable), Size(aSize),
|
||||||
UpTable(aUpTable), MasterElt(aMasterElt) {}
|
UpTable(aUpTable), MasterElt(aMasterElt) {}
|
||||||
|
|
||||||
bool operator!=(const EbmlSemanticContext & aElt) const {
|
bool operator!=(const EbmlSemanticContext & aElt) const {
|
||||||
|
Loading…
Reference in New Issue
Block a user