mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-30 10:06:57 +00: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