refactor(furvm): implement thing constructor
This commit is contained in:
@@ -51,7 +51,7 @@ private:
|
||||
thing_t m_type;
|
||||
std::shared_ptr<context> m_context;
|
||||
|
||||
void* m_data;
|
||||
void* m_data = nullptr;
|
||||
};
|
||||
|
||||
} // namespace furvm
|
||||
|
||||
Reference in New Issue
Block a user