diff options
| author | 2024-10-23 15:42:08 +0200 | |
|---|---|---|
| committer | 2024-12-29 14:46:30 +0100 | |
| commit | cb1dcb5ee28994a2cd691ad696a5ba4c3c3802ea (patch) | |
| tree | c261de4ad8d0f85aec0200bf500e9579437577df /src/libparser/node/bind.h | |
| parent | e4dc41cdc3ebb84ef7e42f5cf261e36fe874c901 (diff) | |
| download | OneRoll-cb1dcb5ee28994a2cd691ad696a5ba4c3c3802ea.tar.gz OneRoll-cb1dcb5ee28994a2cd691ad696a5ba4c3c3802ea.zip | |
Add execute node.
Diffstat (limited to 'src/libparser/node/bind.h')
| -rw-r--r-- | src/libparser/node/bind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libparser/node/bind.h b/src/libparser/node/bind.h index 71bbfb0..b13c2bd 100644 --- a/src/libparser/node/bind.h +++ b/src/libparser/node/bind.h @@ -44,7 +44,7 @@ private: private: DiceResult* m_diceResult; - std::vector<ExecutionNode*>* m_startList; + std::vector<ExecutionNode*>* m_startList{nullptr}; }; #endif // NUMBERNODE_H |