diff options
| author | 2016-05-05 16:15:14 +0200 | |
|---|---|---|
| committer | 2016-05-05 16:15:14 +0200 | |
| commit | 30bdb9a0e446350846fc0cac82b8a22c4bdd983f (patch) | |
| tree | baed36d26b589aac341d78294061240a108dfdc8 /diceparser.h | |
| parent | ee3cc6726675134a8522d00cfd9176b3a169b0cd (diff) | |
| download | OneRoll-30bdb9a0e446350846fc0cac82b8a22c4bdd983f.tar.gz OneRoll-30bdb9a0e446350846fc0cac82b8a22c4bdd983f.zip | |
-remove default dice for keep operator, alias are better solution to
that aim.
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 b532b3e..59fe04f 100644 --- a/diceparser.h +++ b/diceparser.h @@ -249,7 +249,7 @@ private: /** * @brief readOption */ - bool readOption(QString&,ExecutionNode* node, bool hasDice = true);//OptionOperator& option, + bool readOption(QString&,ExecutionNode* node);//OptionOperator& option, /** * @brief addRollDiceNode |