mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-06 19:00:04 +02:00
* 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:
parent
d384db84af
commit
a8ed74d4d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user