diff options
Diffstat (limited to 'result/diceresult.h')
| -rw-r--r-- | result/diceresult.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/result/diceresult.h b/result/diceresult.h index 54e0b57..ce8ffb7 100644 --- a/result/diceresult.h +++ b/result/diceresult.h @@ -61,7 +61,7 @@ public: * @brief getScalar * @return */ - virtual QVariant getResult(RESULT_TYPE); + virtual QVariant getResult(Dice::RESULT_TYPE); /** * @brief toString * @return |