From 6ba9324cf4864ebd2e2cdec8098b0889ceaea0a8 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 16 Apr 2022 01:58:40 +0200 Subject: Make sure Windows compilation works --- node/scalaroperatornode.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'node/scalaroperatornode.h') diff --git a/node/scalaroperatornode.h b/node/scalaroperatornode.h index 5902433..57a1049 100644 --- a/node/scalaroperatornode.h +++ b/node/scalaroperatornode.h @@ -81,12 +81,12 @@ public: * @brief getArithmeticOperator * @return */ - Die::ArithmeticOperator getArithmeticOperator() const; + Dice::ArithmeticOperator getArithmeticOperator() const; /** * @brief setArithmeticOperator * @param arithmeticOperator */ - void setArithmeticOperator(const Die::ArithmeticOperator& arithmeticOperator); + void setArithmeticOperator(const Dice::ArithmeticOperator& arithmeticOperator); /** * @brief getCopy @@ -121,7 +121,7 @@ private: private: ExecutionNode* m_internalNode; ScalarResult* m_scalarResult; - Die::ArithmeticOperator m_arithmeticOperator; + Dice::ArithmeticOperator m_arithmeticOperator; }; #endif // SCALAROPERATORNODE_H -- cgit v1.2.3-70-g09d2