更新 src/tencent_sdk_trtc.h

This commit is contained in:
2026-05-07 23:39:24 +08:00
parent 487062ff86
commit 8fc0e3256d

View File

@@ -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() {}
};
}