diff options
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/diceparser.h b/diceparser.h index 7ec09ee..1636fc9 100644 --- a/diceparser.h +++ b/diceparser.h @@ -83,6 +83,10 @@ public: * @brief DiceParser default constructor */ DiceParser(); + /** + * @brief ~DiceParser + */ + virtual ~DiceParser(); /** * @brief parseLine, method to call for starting the dice roll. It will parse the command and run the execution tree. |