fpgui widget set: fixed compilation with fpc 2.3.1

git-svn-id: trunk@15671 -
This commit is contained in:
vincents 2008-07-04 09:42:05 +00:00
parent cc89b8c867
commit 84ac43fd45

View File

@ -328,7 +328,7 @@ end;
destructor TFPGUIPrivateWidget.Destroy;
begin
if (Widget <> nil) then FreeAndNil(Widget);
if (FWidget <> nil) then FreeAndNil(FWidget);
inherited Destroy;
end;