mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 11:19:26 +02:00
fpgui widget set: fixed compilation with fpc 2.3.1
git-svn-id: trunk@15671 -
This commit is contained in:
parent
cc89b8c867
commit
84ac43fd45
@ -328,7 +328,7 @@ end;
|
||||
|
||||
destructor TFPGUIPrivateWidget.Destroy;
|
||||
begin
|
||||
if (Widget <> nil) then FreeAndNil(Widget);
|
||||
if (FWidget <> nil) then FreeAndNil(FWidget);
|
||||
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user