aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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