diff options
| author | 2014-01-16 11:18:21 +0100 | |
|---|---|---|
| committer | 2014-01-16 11:18:21 +0100 | |
| commit | fdb94b191f50b5de134cca19f8aadf4577e5a039 (patch) | |
| tree | 00e7ab2c7e18a73035eba2e8295b334765856b82 | |
| parent | 77bcb85b623467f079745e692aa48fc723103573 (diff) | |
| download | OneRoll-fdb94b191f50b5de134cca19f8aadf4577e5a039.tar.gz OneRoll-fdb94b191f50b5de134cca19f8aadf4577e5a039.zip | |
Update diceparser.cpp
remove warning
| -rw-r--r-- | diceparser.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/diceparser.cpp b/diceparser.cpp index 0165d92..c2b6a34 100644 --- a/diceparser.cpp +++ b/diceparser.cpp @@ -381,6 +381,8 @@ bool DiceParser::readOption(QString& str,ExecutionNode* previous,DiceRollerNode* isFine = true; } } + case KeepAndExplose: + break; } } } |