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