summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/lua_api/l_storage.h')
-rw-r--r--src/script/lua_api/l_storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/lua_api/l_storage.h b/src/script/lua_api/l_storage.h
index ec6f8d941..eaf7ec9f6 100644
--- a/src/script/lua_api/l_storage.h
+++ b/src/script/lua_api/l_storage.h
@@ -38,7 +38,7 @@ public:
class StorageRef : public MetaDataRef
{
private:
- ModMetadata *m_object;
+ ModMetadata *m_object = nullptr;
static const char className[];
static const luaL_Reg methods[];