diff --git a/inc/hgl/type/List.h b/inc/hgl/type/List.h index e2868fb1..5fc22a34 100644 --- a/inc/hgl/type/List.h +++ b/inc/hgl/type/List.h @@ -101,6 +101,8 @@ namespace hgl */ template class CusObjectList:public List ///对象列表处理类 { + public: + virtual void SetCount(int); // virtual T * CreateObject()=0; ///<创建一个数据,但不加入列表