aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/scalaroperatornode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-10-11 22:12:01 +0200
committerRenaud G <renaud@rolisteam.org>2015-10-11 22:12:01 +0200
commit1ccb6b4c0454fae8ebc4ebdca9ab74588d3d8707 (patch)
tree073625ffa6856f94e8892830da95e657afdf6c07 /node/scalaroperatornode.h
parentdc0763741d626134b765a7f5cf93ea67734d85b0 (diff)
downloadOneRoll-1ccb6b4c0454fae8ebc4ebdca9ab74588d3d8707.tar.gz
OneRoll-1ccb6b4c0454fae8ebc4ebdca9ab74588d3d8707.zip
Fix init order
Diffstat (limited to 'node/scalaroperatornode.h')
-rw-r--r--node/scalaroperatornode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/scalaroperatornode.h b/node/scalaroperatornode.h
index 4aab39a..ea0f7e1 100644
--- a/node/scalaroperatornode.h
+++ b/node/scalaroperatornode.h
@@ -60,9 +60,9 @@ private:
private:
ScalarOperator m_operator;
+ ScalarResult* m_scalarResult;
ExecutionNode* m_internalNode;
QMap<QChar,ScalarOperator> m_scalarOperationList;
- ScalarResult* m_scalarResult;
};
#endif // SCALAROPERATORNODE_H