Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Expressions/EXP_Operator1Expr.h')
-rw-r--r--source/gameengine/Expressions/EXP_Operator1Expr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/gameengine/Expressions/EXP_Operator1Expr.h b/source/gameengine/Expressions/EXP_Operator1Expr.h
index 9a05ce9c0c4..e8b5e07a03d 100644
--- a/source/gameengine/Expressions/EXP_Operator1Expr.h
+++ b/source/gameengine/Expressions/EXP_Operator1Expr.h
@@ -21,7 +21,7 @@
#include "EXP_Expression.h"
-class COperator1Expr : public CExpression
+class COperator1Expr : public CExpression
{
//PLUGIN_DECLARE_SERIAL_EXPRESSION (COperator1Expr,CExpression)
@@ -43,9 +43,9 @@ public:
COperator1Expr(VALUE_OPERATOR op, CExpression *lhs);
COperator1Expr();
virtual ~COperator1Expr();
-
-
-
+
+
+
private:
VALUE_OPERATOR m_op;
CExpression * m_lhs;