Browse Source

更新 src/redis.h

1585346868 4 months ago
parent
commit
0209f28397
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/redis.h

+ 1 - 0
src/redis.h

@@ -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;