diff options
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/diceparser.h b/diceparser.h index 6c59bae..c3b5be2 100644 --- a/diceparser.h +++ b/diceparser.h @@ -219,6 +219,8 @@ public: bool readOptionFromNull(QString &str, ExecutionNode *&node); bool readInstructionList(QString &str); +protected: + bool readParameterNode(QString &str, ExecutionNode *&node); private: /** |