瀏覽代碼

fcl-css: nicer name

mattias 6 月之前
父節點
當前提交
c40cb181fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;