aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'diceparser.h')
-rw-r--r--diceparser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/diceparser.h b/diceparser.h
index 9d9027d..81818b9 100644
--- a/diceparser.h
+++ b/diceparser.h
@@ -139,6 +139,8 @@ private:
bool readOperand(QString&,ExecutionNode* & node);
+ bool readInstructionOperator(QChar c);
+
private:
QMap<QString,DiceOperator>* m_mapDiceOp;
QMap<QString,OptionOperator>* m_OptionOp;