diff options
| author | 2014-01-07 18:55:48 +0100 | |
|---|---|---|
| committer | 2014-01-07 18:55:48 +0100 | |
| commit | 427ff9f13867ac2eb0018c346c3c26adb4054f55 (patch) | |
| tree | 081a9c3918795d09df72d50bdaafdbe61229473f /node | |
| parent | af1884f23b7b140bd8d21061091b602173e113d8 (diff) | |
| download | OneRoll-427ff9f13867ac2eb0018c346c3c26adb4054f55.tar.gz OneRoll-427ff9f13867ac2eb0018c346c3c26adb4054f55.zip | |
Update scalaroperatornode.h
add scalar result
Diffstat (limited to 'node')
| -rw-r--r-- | node/scalaroperatornode.h | 3 |
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 |