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