修正没有正确传递值的bug
This commit is contained in:
parent
d53a65b242
commit
3319d37da9
@ -116,7 +116,7 @@ namespace hgl
|
|||||||
*key=obj->left;
|
*key=obj->left;
|
||||||
|
|
||||||
if(ref_count)
|
if(ref_count)
|
||||||
*key=obj->count;
|
*ref_count=obj->count;
|
||||||
|
|
||||||
return(true);
|
return(true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user