Added CharPointerList in List.h
This commit is contained in:
@@ -218,4 +218,6 @@ namespace hgl
|
|||||||
|
|
||||||
return(nullptr);
|
return(nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
using CharPointerList=hgl::List<const char *>;
|
||||||
}//namespace hgl
|
}//namespace hgl
|
||||||
|
Reference in New Issue
Block a user