Explorar o código

fcl-css: nicer name

mattias hai 6 meses
pai
achega
c40cb181fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/fcl-css/src/fpcssresparser.pas

+ 1 - 1
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;