diff options
| author | 2015-04-25 11:40:19 +0200 | |
|---|---|---|
| committer | 2015-04-25 11:40:19 +0200 | |
| commit | 190a6fb86cd3b1ec96ab57f4123a9edee06b88a3 (patch) | |
| tree | b72d82dd98de761ccdbae352fd2617b325561180 /diceparser.h | |
| parent | 5dbca3d173cafafd1f8141de716783d84951a8bd (diff) | |
| download | OneRoll-190a6fb86cd3b1ec96ab57f4123a9edee06b88a3.tar.gz OneRoll-190a6fb86cd3b1ec96ab57f4123a9edee06b88a3.zip | |
better management for default dice.
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 249a630..0c2e0e2 100644 --- a/diceparser.h +++ b/diceparser.h @@ -222,7 +222,7 @@ private: /** * @brief readOption */ - bool readOption(QString&,ExecutionNode* node, bool hasDice = true); + bool readOption(QString&,ExecutionNode* node, bool hasDice = true);//OptionOperator& option, /** * @brief addRollDiceNode |