diff options
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diceparser.h b/diceparser.h index fb2c647..cf1bfce 100644 --- a/diceparser.h +++ b/diceparser.h @@ -89,7 +89,7 @@ public: /** * @brief displayResult */ - void displayResult(); + QString displayResult(); bool readExpression(QString& str,ExecutionNode* & node); |