diff options
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 |