mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-19 18:09:43 +01:00
examples: designnonlcl: fixed uninitialized var
git-svn-id: trunk@42809 -
This commit is contained in:
parent
eab036cba5
commit
b3ae7a0fc2
@ -238,7 +238,7 @@ end;
|
||||
|
||||
function TFileDescPascalUnitWithMyForm.GetInterfaceUsesSection: string;
|
||||
begin
|
||||
Result:=Result+'Classes, SysUtils, MyWidgetSet';
|
||||
Result:='Classes, SysUtils, MyWidgetSet';
|
||||
end;
|
||||
|
||||
function TFileDescPascalUnitWithMyForm.GetLocalizedName: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user