aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-07 18:55:48 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-07 18:55:48 +0100
commit427ff9f13867ac2eb0018c346c3c26adb4054f55 (patch)
tree081a9c3918795d09df72d50bdaafdbe61229473f
parentaf1884f23b7b140bd8d21061091b602173e113d8 (diff)
downloadOneRoll-427ff9f13867ac2eb0018c346c3c26adb4054f55.tar.gz
OneRoll-427ff9f13867ac2eb0018c346c3c26adb4054f55.zip
Update scalaroperatornode.h
add scalar result
-rw-r--r--node/scalaroperatornode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/node/scalaroperatornode.h b/node/scalaroperatornode.h
index 96324ba..bb0e8f5 100644
--- a/node/scalaroperatornode.h
+++ b/node/scalaroperatornode.h
@@ -5,7 +5,7 @@
#include <QChar>
#include "executionnode.h"
-
+#include "scalarresult.h"
class ScalarOperatorNode : public ExecutionNode
{
@@ -27,6 +27,7 @@ private:
ScalarOperator m_myOperator;
ExecutionNode* m_internalNode;
QMap<QChar,ScalarOperator> m_scalarOperationList;
+ ScalarResult* m_myScalarResult;
};
#endif // SCALAROPERATORNODE_H