aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
Diffstat (limited to 'node')
-rw-r--r--node/rerolldicenode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/rerolldicenode.h b/node/rerolldicenode.h
index add7a48..f566d77 100644
--- a/node/rerolldicenode.h
+++ b/node/rerolldicenode.h
@@ -59,7 +59,7 @@ public:
virtual ExecutionNode* getCopy() const;
private:
- DiceResult* m_myDiceResult;
+ DiceResult* m_diceResult;
bool m_adding;
Validator* m_validator;
};