Fix member initialization order
git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libebml@46 a6f86f6d-0131-4f8e-9e7b-e335508773d5
This commit is contained in:
parent
3171db6ec6
commit
b8187152d2
@ -199,8 +199,8 @@ class EBML_DLL_API EbmlSemanticContext {
|
||||
const EbmlSemanticContext *aUpTable,
|
||||
const _GetSemanticContext aGetGlobalContext,
|
||||
const EbmlCallbacks *aMasterElt)
|
||||
:Size(aSize), MyTable(aMyTable), UpTable(aUpTable),
|
||||
GetGlobalContext(aGetGlobalContext), MasterElt(aMasterElt) {}
|
||||
: MyTable(aMyTable), GetGlobalContext(aGetGlobalContext), Size(aSize),
|
||||
UpTable(aUpTable), MasterElt(aMasterElt) {}
|
||||
|
||||
bool operator!=(const EbmlSemanticContext & aElt) const {
|
||||
return ((Size != aElt.Size) || (MyTable != aElt.MyTable) ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user