From 5e08153800ef4b0f46b9cad44b1e7e05415befef Mon Sep 17 00:00:00 2001 From: hyzboy Date: Wed, 3 Apr 2024 19:25:50 +0800 Subject: [PATCH] Added CharPointerList in List.h --- 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 8feeafb..fc3f477 100644 --- a/inc/hgl/type/List.h +++ b/inc/hgl/type/List.h @@ -218,4 +218,6 @@ namespace hgl return(nullptr); } + + using CharPointerList=hgl::List; }//namespace hgl