mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 13:19:21 +02:00
ipro: fixed compilation 2.7.1
git-svn-id: trunk@38070 -
This commit is contained in:
parent
f49976f285
commit
4cc2c0501d
@ -16859,7 +16859,7 @@ begin
|
|||||||
Dec(FUseCount);
|
Dec(FUseCount);
|
||||||
if UseCount = 0 then begin
|
if UseCount = 0 then begin
|
||||||
for i := Pred(FOwner.PropBCache.Count) downto 0 do
|
for i := Pred(FOwner.PropBCache.Count) downto 0 do
|
||||||
if FOwner.PropBCache[i] = Self then begin
|
if TObject(FOwner.PropBCache[i]) = Self then begin
|
||||||
FOwner.PropBCache.Delete(i);
|
FOwner.PropBCache.Delete(i);
|
||||||
Free;
|
Free;
|
||||||
Exit;
|
Exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user