diff --git a/packages/fcl-css/src/fpcssresparser.pas b/packages/fcl-css/src/fpcssresparser.pas index b505d91281..18a27576b6 100644 --- a/packages/fcl-css/src/fpcssresparser.pas +++ b/packages/fcl-css/src/fpcssresparser.pas @@ -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;