From 9b2839b6f09177bda6b3654c56a750f84173123a Mon Sep 17 00:00:00 2001 From: rguezennec Date: Thu, 27 Apr 2017 18:17:03 +0200 Subject: -management of arithmetic operator for scalar result of dice. --- parsingtoolbox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'parsingtoolbox.h') diff --git a/parsingtoolbox.h b/parsingtoolbox.h index 6bfffd0..5a87573 100644 --- a/parsingtoolbox.h +++ b/parsingtoolbox.h @@ -166,7 +166,7 @@ public: bool readDiceLogicOperator(QString &str, OperationCondition::ConditionOperator &op); - bool readArithmeticOperator(QString& str, ScalarOperatorNode::ArithmeticOperator& op); + bool readArithmeticOperator(QString& str, Die::ArithmeticOperator& op); static void readPainterParameter(PainterNode *painter, QString &str); @@ -185,7 +185,7 @@ private: QMap* m_logicOp; QMap* m_logicOperation; QMap* m_conditionOperation; - QHash* m_arithmeticOperation; + QHash* m_arithmeticOperation; static QHash* m_variableHash; -- cgit v1.2.3-70-g09d2