From d466a529fe2ed5c09c2353c67c82df5c83d831cf Mon Sep 17 00:00:00 2001 From: Renaud G Date: Tue, 22 Mar 2016 19:27:45 +0100 Subject: fix cpp check --- node/scalaroperatornode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node/scalaroperatornode.h') 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 -- cgit v1.2.3-70-g09d2