* Renamed "fieldoffset" to "iioffset" to avoid confusion with fieldvarsym.fieldoffset

git-svn-id: trunk@6213 -
This commit is contained in:
chrivers 2007-01-26 22:11:23 +00:00
parent 5e94d3f550
commit 83f5a5747c

View File

@ -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');