Bläddra i källkod

fcl-css: nicer name

mattias 6 månader sedan
förälder
incheckning
c40cb181fe
1 ändrade filer med 1 tillägg och 1 borttagningar
  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)
   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;