aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'diceparser.h')
-rw-r--r--diceparser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/diceparser.h b/diceparser.h
index 1615aaf..30f1362 100644
--- a/diceparser.h
+++ b/diceparser.h
@@ -77,7 +77,7 @@ private:
* @param node
* @return
*/
- bool readDiceExpression(QString&,ExecutionNode* & node);
+ bool readDiceExpression(QString&,ExecutionNode* & node);
/**
* @brief readOperator
* @return
@@ -92,13 +92,13 @@ private:
/**
* @brief readOption
*/
- bool readOption(QString&);
+ bool readOption(QString&,ExecutionNode* node);
/**
* @brief addSort
* @param b
*/
- void addSort(bool b);
+ ExecutionNode* addSort(ExecutionNode*, bool b);
/**
* @brief readValidator