List模板改名为ArrayList
This commit is contained in:
@@ -54,7 +54,7 @@ namespace hgl
|
||||
{
|
||||
public:
|
||||
|
||||
using WorkList=List<W *>;
|
||||
using WorkList=ArrayList<W *>;
|
||||
|
||||
private:
|
||||
|
||||
@@ -214,7 +214,7 @@ namespace hgl
|
||||
{
|
||||
protected:
|
||||
|
||||
using WorkList=List<W *>;
|
||||
using WorkList=ArrayList<W *>;
|
||||
|
||||
WorkProc<W> *work_proc;
|
||||
|
||||
|
Reference in New Issue
Block a user