diff options
| author | 2016-01-08 20:12:38 +0100 | |
|---|---|---|
| committer | 2016-01-08 20:12:38 +0100 | |
| commit | 6a1a9f1c7f3c50d04d89cc54e93d08ed6f2c4cc2 (patch) | |
| tree | 0ef85b5cab3bb3bf39a1a9e89b4b887d117f6ab7 /diceparser.h | |
| parent | 5cd822edaeebae07450ae3735bd2aaf7a4d28103 (diff) | |
| download | OneRoll-6a1a9f1c7f3c50d04d89cc54e93d08ed6f2c4cc2.tar.gz OneRoll-6a1a9f1c7f3c50d04d89cc54e93d08ed6f2c4cc2.zip | |
-Fix cppcheck errors.
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 6b9056f..9ef2327 100644 --- a/diceparser.h +++ b/diceparser.h @@ -150,7 +150,7 @@ public: * @brief getDiceCommand * @return */ - QString getDiceCommand(); + QString getDiceCommand() const; /** * @brief hasStringResult * @return |