mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 03:59:13 +02:00
* Renamed "fieldoffset" to "iioffset" to avoid confusion with fieldvarsym.fieldoffset
git-svn-id: trunk@6213 -
This commit is contained in:
parent
5e94d3f550
commit
83f5a5747c
@ -652,7 +652,7 @@ implementation
|
||||
if found then
|
||||
begin
|
||||
ImplIntf.itype := etFieldValue;
|
||||
ImplIntf.fieldoffset := tfieldvarsym(p.propaccesslist[palt_read].firstsym^.sym).fieldoffset;
|
||||
ImplIntf.iioffset := tfieldvarsym(p.propaccesslist[palt_read].firstsym^.sym).fieldoffset;
|
||||
end
|
||||
else
|
||||
Comment(V_Error, 'Implements-property used on unimplemented interface');
|
||||
|
Loading…
Reference in New Issue
Block a user