List模板改名为ArrayList

This commit is contained in:
hyzboy 2025-04-23 00:23:06 +08:00
parent 67e8e95665
commit 0948b3a625

View File

@ -7,7 +7,7 @@ namespace hgl
{ {
namespace filesystem namespace filesystem
{ {
int EnumVolume(List<VolumeInfo> &vi_list,const VolumeCheckConfig &cfg) int EnumVolume(ArrayList<VolumeInfo> &vi_list,const VolumeCheckConfig &cfg)
{ {
if(cfg.isErrorConfig()) if(cfg.isErrorConfig())
return(-1); return(-1);