* remove "override" from automatically getter/setter if it's based upon an

existing getter setter (at a different visibility level) with a different
    name, since the new one will have a unique name and not override anything
    else

git-svn-id: trunk@27953 -
This commit is contained in:
Jonas Maebe 2014-06-14 10:35:29 +00:00
parent d384db84af
commit a8ed74d4d2

View File

@ -388,6 +388,7 @@ implementation
-> copy original procdef }
pd:=tprocdef(orgaccesspd.getcopy);
exclude(pd.procoptions,po_abstractmethod);
exclude(pd.procoptions,po_overridingmethod);
{ can only construct the artificial accessorname now, because it requires
pd.defid }
if not explicitwrapper then