Fixing initialization order to fix -Wreorder warning in clang.
This commit is contained in:
parent
89400ea73e
commit
82da44d4d7
@ -80,8 +80,8 @@ public:
|
||||
statementNestingLevel(0), loopNestingLevel(0), structNestingLevel(0), controlFlowNestingLevel(0),
|
||||
postEntryPointReturn(false),
|
||||
contextPragma(true, false),
|
||||
limits(resources.limits),
|
||||
parsingBuiltins(parsingBuiltins), scanContext(nullptr), ppContext(nullptr),
|
||||
limits(resources.limits),
|
||||
globalUniformBlock(nullptr)
|
||||
{ }
|
||||
virtual ~TParseContextBase() { }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user