diff options
| author | 2016-03-22 19:27:45 +0100 | |
|---|---|---|
| committer | 2016-03-22 19:27:45 +0100 | |
| commit | d466a529fe2ed5c09c2353c67c82df5c83d831cf (patch) | |
| tree | 6807e3729cf4eff1c750e5de04113af4809059bb /node/scalaroperatornode.h | |
| parent | 37320ce7aa23c52f950a97c756a2d9c618467d1d (diff) | |
| download | OneRoll-d466a529fe2ed5c09c2353c67c82df5c83d831cf.tar.gz OneRoll-d466a529fe2ed5c09c2353c67c82df5c83d831cf.zip | |
fix cpp check
Diffstat (limited to 'node/scalaroperatornode.h')
| -rw-r--r-- | node/scalaroperatornode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node/scalaroperatornode.h b/node/scalaroperatornode.h index 06f121b..fccc5e5 100644 --- a/node/scalaroperatornode.h +++ b/node/scalaroperatornode.h @@ -62,9 +62,9 @@ private: static qint64 multiple(qint64,qint64); private: - ArithmeticOperator m_arithmeticOperator; - ScalarResult* m_scalarResult; ExecutionNode* m_internalNode; + ScalarResult* m_scalarResult; + ArithmeticOperator m_arithmeticOperator; }; #endif // SCALAROPERATORNODE_H |