更新 src/mysql.h

This commit is contained in:
2026-05-08 00:32:54 +08:00
parent 34d891ccd4
commit bc282b288f

View File

@@ -218,7 +218,7 @@ namespace module
static void regist(sol::state* lua);
// 通过 imodule 继承
virtual void regist_global(const char* name, sol::state* lua);
virtual void regist_global(const char* name, sol::state* lua){}
virtual void delete_global() { delete this; }
virtual void self_free();
private: