diff options
| author | 2014-12-09 22:08:56 +0100 | |
|---|---|---|
| committer | 2014-12-09 22:08:56 +0100 | |
| commit | bf1a7ffc6f9e989cae1e34f8bb6ba826dd98d88e (patch) | |
| tree | 28ff366db40cb00006274cc3517fe2e40338f195 /node/scalaroperatornode.h | |
| parent | 49713207e5972ad36b8cd1013a464734a06d8364 (diff) | |
| download | OneRoll-bf1a7ffc6f9e989cae1e34f8bb6ba826dd98d88e.tar.gz OneRoll-bf1a7ffc6f9e989cae1e34f8bb6ba826dd98d88e.zip | |
Usage of the new API for Result
Diffstat (limited to 'node/scalaroperatornode.h')
| -rw-r--r-- | node/scalaroperatornode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/scalaroperatornode.h b/node/scalaroperatornode.h index 2cd8405..14f759b 100644 --- a/node/scalaroperatornode.h +++ b/node/scalaroperatornode.h @@ -30,7 +30,7 @@ private: ScalarOperator m_myOperator; ExecutionNode* m_internalNode; QMap<QChar,ScalarOperator> m_scalarOperationList; - ScalarResult* m_myScalarResult; + ScalarResult* m_scalarResult; }; #endif // SCALAROPERATORNODE_H |