diff options
| author | 2015-10-11 22:12:01 +0200 | |
|---|---|---|
| committer | 2015-10-11 22:12:01 +0200 | |
| commit | 1ccb6b4c0454fae8ebc4ebdca9ab74588d3d8707 (patch) | |
| tree | 073625ffa6856f94e8892830da95e657afdf6c07 | |
| parent | dc0763741d626134b765a7f5cf93ea67734d85b0 (diff) | |
| download | OneRoll-1ccb6b4c0454fae8ebc4ebdca9ab74588d3d8707.tar.gz OneRoll-1ccb6b4c0454fae8ebc4ebdca9ab74588d3d8707.zip | |
Fix init order
| -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 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 |