List模板改名为ArrayList
This commit is contained in:
@@ -50,7 +50,7 @@ namespace hgl
|
||||
}
|
||||
};
|
||||
|
||||
using FontInfoList=List<FontInfo>;
|
||||
using FontInfoList=ArrayList<FontInfo>;
|
||||
|
||||
void EnumOSFonts(FontInfoList *);
|
||||
}//namespace hgl
|
||||
|
Reference in New Issue
Block a user