Prechádzať zdrojové kódy

fcl-css: nicer name

mattias 6 mesiacov pred
rodič
commit
c40cb181fe
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;