diff options
Diffstat (limited to 'node')
| -rw-r--r-- | node/executionnode.h | 2 | ||||
| -rw-r--r-- | node/paintnode.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/node/executionnode.h b/node/executionnode.h index 62bc5a5..6321c83 100644 --- a/node/executionnode.h +++ b/node/executionnode.h @@ -86,7 +86,7 @@ protected: /** * @brief m_result */ - Result* m_result; + Result* m_result= nullptr; /** * @brief m_nextNode */ 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 |