mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 06:49:27 +02:00
fcl-css: nicer name
This commit is contained in:
parent
1ae6f4ab97
commit
c40cb181fe
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user