aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'diceparser.h')
-rw-r--r--diceparser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/diceparser.h b/diceparser.h
index 6c31880..8d06b44 100644
--- a/diceparser.h
+++ b/diceparser.h
@@ -219,6 +219,8 @@ public:
void setComment(const QString &comment);
bool readOptionFromNull(QString &str, ExecutionNode *&node);
+ bool readOperatorFromNull(QString &str, ExecutionNode *&node);
+
bool readInstructionList(QString &str);
void getDiceResultFromAllInstruction(QList<ExportedDiceResult> &resultList);
QString humanReadableWarning();
@@ -247,7 +249,7 @@ private:
* @brief readOperator
* @return
*/
- bool readOperator(QString&, ExecutionNode *&nodeResult);
+ bool readOperator(QString&, ExecutionNode* previous);
/**
* @brief DiceParser::readCommand
* @param str