mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 18:19:34 +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;
|
destructor TFPGUIPrivateWidget.Destroy;
|
||||||
begin
|
begin
|
||||||
if (Widget <> nil) then FreeAndNil(Widget);
|
if (FWidget <> nil) then FreeAndNil(FWidget);
|
||||||
|
|
||||||
inherited Destroy;
|
inherited Destroy;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user