summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-07-22 02:36:26 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2013-07-22 03:19:22 -0400
commitbc17798ef26a56e2df3b2145f3cbccccd53d90a2 (patch)
tree7e1cb7b38214183cc0ed8e56fb349dd2cb4fd763 /Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h
parent3c7f223aa10412dcd76d6d79f93250c69f96813a (diff)
InputConfigDiag: Add a simple error status label
This tells you what you did wrong at a high level if you messed up.
Diffstat (limited to 'Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h')
-rw-r--r--Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h
index 711f393894..00b4b2c07d 100644
--- a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h
+++ b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h
@@ -64,6 +64,7 @@ public:
ControlState range;
std::string expression;
const bool is_input;
+ ciface::ExpressionParser::ExpressionParseStatus parse_error;
virtual ~ControlReference() {
delete parsed_expression;