mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-06 11:40:35 +01:00
codetools: fixed using SetPropertyVariableName
git-svn-id: trunk@23875 -
This commit is contained in:
parent
2c28c50b51
commit
3129fa2571
@ -4916,6 +4916,7 @@ begin
|
||||
AdjustTopLineDueToComment:=Self.AdjustTopLineDueToComment;
|
||||
AddInheritedCodeToOverrideMethod:=Self.AddInheritedCodeToOverrideMethod;
|
||||
CompleteProperties:=Self.CompleteProperties;
|
||||
SetPropertyVariablename:=Self.SetPropertyVariablename;
|
||||
end;
|
||||
Result.CheckFilesOnDisk:=FCheckFilesOnDisk;
|
||||
Result.IndentSize:=FIndentSize;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user