فهرست منبع

更新 src/aliyunoss.h

1585346868 4 ماه پیش
والد
کامیت
3c18e449d0
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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() {}
 	};
 }