fix bug
This commit is contained in:
parent
01aede5cb5
commit
6344eecc07
@ -79,8 +79,13 @@ namespace hgl
|
|||||||
{
|
{
|
||||||
const int count=sl.GetCount();
|
const int count=sl.GetCount();
|
||||||
|
|
||||||
|
T **str=sl.Items.GetData();
|
||||||
|
|
||||||
for(int i=0;i<count;i++)
|
for(int i=0;i<count;i++)
|
||||||
Add(sl.Items[i]);
|
{
|
||||||
|
Add(**str);
|
||||||
|
++str;
|
||||||
|
}
|
||||||
|
|
||||||
return(count);
|
return(count);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user