Browse Source

更新 src/aliyunoss.h

1585346868 4 months ago
parent
commit
3c18e449d0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/aliyunoss.h

+ 1 - 0
src/aliyunoss.h

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