List模板改名为ArrayList
This commit is contained in:
parent
67e8e95665
commit
0948b3a625
@ -7,7 +7,7 @@ namespace hgl
|
||||
{
|
||||
namespace filesystem
|
||||
{
|
||||
int EnumVolume(List<VolumeInfo> &vi_list,const VolumeCheckConfig &cfg)
|
||||
int EnumVolume(ArrayList<VolumeInfo> &vi_list,const VolumeCheckConfig &cfg)
|
||||
{
|
||||
if(cfg.isErrorConfig())
|
||||
return(-1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user