* moved tllvmshadowsymtable items default property from private to public

section (although the compiler doesn't seem to care about it)

git-svn-id: trunk@32716 -
This commit is contained in:
Jonas Maebe 2015-12-25 21:05:31 +00:00
parent f83f9168ee
commit abcf441c00

View File

@ -162,6 +162,8 @@ interface
constructor create(st: tabstractrecordsymtable);
destructor destroy; override;
property items[index: tfieldvarsym]: tllvmshadowsymtableentry read get; default;
private
// generate the table
procedure generate;
@ -171,7 +173,6 @@ interface
procedure addalignmentpadding(finalsize: aint);
procedure buildmapping(variantstarts: tfplist);
procedure buildtable(variantstarts: tfplist);
property items[index: tfieldvarsym]: tllvmshadowsymtableentry read get; default;
end;
{$endif llvm}