From e752be61bbd370963ce23fb98984bbe38f6fa231 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Tue, 9 Apr 2019 02:02:08 +0800 Subject: [PATCH] =?UTF-8?q?ObjectList=E5=BC=80=E6=94=BE=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/hgl/type/List.h | 2 ++ 1 file changed, 2 insertions(+) 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; ///<创建一个数据,但不加入列表