fcl-css: nicer name

This commit is contained in:
mattias 2025-02-25 16:34:31 +01:00
parent 1ae6f4ab97
commit c40cb181fe

View File

@ -358,7 +358,7 @@ type
TCSSPseudoElementDesc = class(TCSSRegistryNamedItem)
public
Attributes: array of TCSSAttributeDesc; // allowed attributes
Attributes: TCSSAttributeDescArray; // allowed attributes
IsFunction: boolean;
end;
TCSSPseudoElementDescClass = class of TCSSPseudoElementDesc;