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 f8d102d04..bfcf5ef38 100644
--- a/src/script/lua_api/l_storage.h
+++ b/src/script/lua_api/l_storage.h
@@ -50,7 +50,7 @@ private:
public:
StorageRef(ModMetadata *object);
- ~StorageRef() = default;
+ ~StorageRef();
static void Register(lua_State *L);
static void create(lua_State *L, ModMetadata *object);