删除重复定义的IndexedList<>::Exchange
This commit is contained in:
parent
b3dba43477
commit
3f92832a6f
@ -278,14 +278,6 @@ namespace hgl
|
||||
return !(index<0||index>=data_index.GetCount());
|
||||
}
|
||||
|
||||
virtual void Exchange(int32 a,int32 b)
|
||||
{
|
||||
if(!IsValidIndex(a))return;
|
||||
if(!IsValidIndex(b))return;
|
||||
|
||||
data_index.Exchange(a,b);
|
||||
}
|
||||
|
||||
virtual bool Insert(int32 pos,const T &value)
|
||||
{
|
||||
if(pos<0)return(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user