mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-07 15:19:07 +02:00
* fixed automatic setter generation if only a setter and no getter prefix
has been specified git-svn-id: trunk@23561 -
This commit is contained in:
parent
899951577a
commit
185f71762f
@ -892,7 +892,7 @@ implementation
|
|||||||
(getter and
|
(getter and
|
||||||
(prop_auto_getter_prefix<>'')) or
|
(prop_auto_getter_prefix<>'')) or
|
||||||
(not getter and
|
(not getter and
|
||||||
(prop_auto_getter_prefix<>''));
|
(prop_auto_setter_prefix<>''));
|
||||||
sym:=nil;
|
sym:=nil;
|
||||||
procoptions:=[];
|
procoptions:=[];
|
||||||
if explicitwrapper then
|
if explicitwrapper then
|
||||||
|
Loading…
Reference in New Issue
Block a user