From 1876e99ce1f0f45a03ddfad414616285af9ffa21 Mon Sep 17 00:00:00 2001 From: 1585346868 <1585346868@qq.com> Date: Thu, 7 May 2026 23:38:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20src/tencent=5Fcos.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tencent_cos.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tencent_cos.h b/src/tencent_cos.h index 94842ba..a74b23e 100644 --- a/src/tencent_cos.h +++ b/src/tencent_cos.h @@ -15,6 +15,7 @@ namespace module // 通过 imodule 继承 virtual void regist_global(const char* name, sol::state* lua); virtual void delete_global() { delete this; } + virtual void self_free() {} }; }