mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-25 14:17:54 -05:00
Add conditional operator to simple expressions
This commit is contained in:
@ -8,7 +8,7 @@ DefinesIfExpressionMatchers::DefinesIfExpressionMatchers()
|
||||
}
|
||||
|
||||
DefinesIfExpressionMatchers::DefinesIfExpressionMatchers(const DefinesIfDirectiveParsingState* state)
|
||||
: SimpleExpressionMatchers(false, false, true, true),
|
||||
: SimpleExpressionMatchers(false, false, true, true, false),
|
||||
m_state(state)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user