diff options
Diffstat (limited to 'node/scalaroperatornode.h')
| -rw-r--r-- | node/scalaroperatornode.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |