aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/paintnode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-07-28 01:46:48 +0200
committerRenaud G <renaud@rolisteam.org>2019-07-28 01:46:48 +0200
commit62ff4aad384c248b62f88a3e38d2e51043c5bb20 (patch)
tree845d44164c62cd315c6d45dd634f5d3ee7d07557 /node/paintnode.h
parent740adada376edc90b6264f4f7560fd81ddd20090 (diff)
downloadOneRoll-62ff4aad384c248b62f88a3e38d2e51043c5bb20.tar.gz
OneRoll-62ff4aad384c248b62f88a3e38d2e51043c5bb20.zip
initialize pointer on nullptr
Diffstat (limited to 'node/paintnode.h')
-rw-r--r--node/paintnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/paintnode.h b/node/paintnode.h
index 2675285..2283f83 100644
--- a/node/paintnode.h
+++ b/node/paintnode.h
@@ -55,6 +55,7 @@ public:
protected:
QList<ColorItem> m_colors;
+ DiceResult* m_diceResult= nullptr;
};
#endif