non mi ricordo
git-svn-id: svn://10.65.10.50/trunk@3406 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
8adf36d207
commit
75c1edeb04
@ -1835,7 +1835,7 @@ const TRectype& TRecord_array::key() const
|
|||||||
bool TRecord_array::exist(int n) const
|
bool TRecord_array::exist(int n) const
|
||||||
{
|
{
|
||||||
const int i = n > 0 ? n - _offset : -1;
|
const int i = n > 0 ? n - _offset : -1;
|
||||||
TRectype* r = (TRectype*)objptr(i);
|
TObject* r = objptr(i);
|
||||||
return r != NULL;
|
return r != NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user