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