diff options
Diffstat (limited to 'node/listsetrollnode.h')
| -rw-r--r-- | node/listsetrollnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/listsetrollnode.h b/node/listsetrollnode.h index 05e7ea4..c140d8d 100644 --- a/node/listsetrollnode.h +++ b/node/listsetrollnode.h @@ -44,7 +44,7 @@ public: void setListValue(QStringList); void setUnique(bool ); void setRangeList(QList<Range>&); - + virtual ExecutionNode *getCopy() const; private: void getValueFromDie(Die* die,QStringList& rollResult); |