* Forgot to add TCustomAttributeClass

This commit is contained in:
Michaël Van Canneyt 2023-03-10 00:45:00 +01:00
parent 882044c2e0
commit 349ac7c3b1

View File

@ -172,6 +172,7 @@ type
TCustomAttribute = class
end;
TCustomAttributeClass = class of TCustomAttribute;
TCustomAttributeArray = array of TCustomAttribute;
const