mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 22:14:25 +02:00
fcl-css: nicer name
This commit is contained in:
parent
1ae6f4ab97
commit
c40cb181fe
@ -358,7 +358,7 @@ type
|
|||||||
|
|
||||||
TCSSPseudoElementDesc = class(TCSSRegistryNamedItem)
|
TCSSPseudoElementDesc = class(TCSSRegistryNamedItem)
|
||||||
public
|
public
|
||||||
Attributes: array of TCSSAttributeDesc; // allowed attributes
|
Attributes: TCSSAttributeDescArray; // allowed attributes
|
||||||
IsFunction: boolean;
|
IsFunction: boolean;
|
||||||
end;
|
end;
|
||||||
TCSSPseudoElementDescClass = class of TCSSPseudoElementDesc;
|
TCSSPseudoElementDescClass = class of TCSSPseudoElementDesc;
|
||||||
|
Loading…
Reference in New Issue
Block a user