diff options
Diffstat (limited to 'node/listsetrollnode.h')
| -rw-r--r-- | node/listsetrollnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/listsetrollnode.h b/node/listsetrollnode.h index 2cc36f0..15d00e4 100644 --- a/node/listsetrollnode.h +++ b/node/listsetrollnode.h @@ -54,6 +54,7 @@ private: QStringList m_values; DiceResult* m_diceResult; StringResult* m_stringResult; + std::vector<int> m_rangeIndexResult; bool m_unique; QList<Range> m_rangeList; }; |