diff options
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 e43f6f8..ea0f7e1 100644 --- a/node/scalaroperatornode.h +++ b/node/scalaroperatornode.h @@ -42,7 +42,7 @@ public: bool setOperatorChar(QChar c); void setInternalNode(ExecutionNode* node); - virtual QString toString()const; + virtual QString toString(bool wl)const; virtual qint64 getPriority() const; void generateDotTree(QString& s); @@ -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 |