aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/scalaroperatornode.h
diff options
context:
space:
mode:
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