更新 src/redis.h
This commit is contained in:
@@ -45,6 +45,7 @@ namespace module
|
||||
|
||||
virtual void regist_global(const char* name, sol::state* lua) override;
|
||||
virtual void delete_global() { delete this; }
|
||||
virtual void self_free() {}
|
||||
|
||||
|
||||
friend class module::redis;
|
||||
|
||||
Reference in New Issue
Block a user