From 8fc0e3256d84392760023540082de4a5cef7b76c Mon Sep 17 00:00:00 2001 From: 1585346868 <1585346868@qq.com> Date: Thu, 7 May 2026 23:39:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20src/tencent=5Fsdk=5Ftrtc.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tencent_sdk_trtc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tencent_sdk_trtc.h b/src/tencent_sdk_trtc.h index e19b922..4e66ebf 100644 --- a/src/tencent_sdk_trtc.h +++ b/src/tencent_sdk_trtc.h @@ -43,6 +43,7 @@ namespace module private: virtual void regist_global(const char* name, sol::state* lua); virtual void delete_global() { delete this; } + virtual void self_free() {} }; }