diff options
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ExpressionParser.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/ExpressionParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ExpressionParser.h b/Source/Core/InputCommon/ControllerInterface/ExpressionParser.h index 18f972ce9e..f2628e6f0b 100644 --- a/Source/Core/InputCommon/ControllerInterface/ExpressionParser.h +++ b/Source/Core/InputCommon/ControllerInterface/ExpressionParser.h @@ -47,7 +47,7 @@ class ExpressionNode; class Expression { public: - Expression() : node(NULL) {} + Expression() : node(nullptr) {} Expression(ExpressionNode *node); ~Expression(); ControlState GetValue(); |
