更新 src/mysql.h

This commit is contained in:
2026-06-16 22:42:20 +08:00
parent d426993cbd
commit 57cebfd16a

View File

@@ -221,6 +221,7 @@ namespace module
virtual void regist_global(const char* name, sol::state* lua){}
virtual void delete_global() { delete this; }
virtual void self_free();
virtual int64_t self_ptr() { return (int64_t)this; }
private:
ylib::mysql::conn* m_conn = nullptr;
};