diff options
Diffstat (limited to 'node/paintnode.h')
| -rw-r--r-- | node/paintnode.h | 1 |
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 |