Compare commits
1 Commits
c37a38362c
...
e73191bad7
Author | SHA1 | Date | |
---|---|---|---|
e73191bad7 |
@@ -62,7 +62,7 @@ namespace hgl
|
|||||||
|
|
||||||
bool _Delete(int index,int num)
|
bool _Delete(int index,int num)
|
||||||
{
|
{
|
||||||
if(index<0||num<=0||index+num>=ArrayList<T *>::GetCount())
|
if(index<0||num<=0||index+num>ArrayList<T *>::GetCount())
|
||||||
return(false);
|
return(false);
|
||||||
|
|
||||||
dlm->Clear(this->data_array.GetData()+index,num);
|
dlm->Clear(this->data_array.GetData()+index,num);
|
||||||
|
Reference in New Issue
Block a user