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 7cb1184..b844796 100644 --- a/diceparser.h +++ b/diceparser.h @@ -111,7 +111,7 @@ public: * @brief Start running the execution tree * */ - void Start(); + void start(); /** * @brief displayResult |