1
0
mirror of synced 2024-09-19 09:46:09 +00:00

Fixed: variable wasn't declared.

This commit is contained in:
Mark van Renswoude 2011-02-18 14:57:31 +00:00
parent 5c01377ea6
commit c82652a873

View File

@ -187,6 +187,9 @@ end;
procedure TX2UtPersistXMLFiler.EndSection; procedure TX2UtPersistXMLFiler.EndSection;
var
lastItem: Integer;
begin begin
inherited; inherited;