aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/scalaroperatornode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-03-22 19:27:45 +0100
committerRenaud G <renaud@rolisteam.org>2016-03-22 19:27:45 +0100
commitd466a529fe2ed5c09c2353c67c82df5c83d831cf (patch)
tree6807e3729cf4eff1c750e5de04113af4809059bb /node/scalaroperatornode.h
parent37320ce7aa23c52f950a97c756a2d9c618467d1d (diff)
downloadOneRoll-d466a529fe2ed5c09c2353c67c82df5c83d831cf.tar.gz
OneRoll-d466a529fe2ed5c09c2353c67c82df5c83d831cf.zip
fix cpp check
Diffstat (limited to 'node/scalaroperatornode.h')
-rw-r--r--node/scalaroperatornode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/node/scalaroperatornode.h b/node/scalaroperatornode.h
index 06f121b..fccc5e5 100644
--- a/node/scalaroperatornode.h
+++ b/node/scalaroperatornode.h
@@ -62,9 +62,9 @@ private:
static qint64 multiple(qint64,qint64);
private:
- ArithmeticOperator m_arithmeticOperator;
- ScalarResult* m_scalarResult;
ExecutionNode* m_internalNode;
+ ScalarResult* m_scalarResult;
+ ArithmeticOperator m_arithmeticOperator;
};
#endif // SCALAROPERATORNODE_H