mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-22 00:29:23 +02:00
* Forgot to add TCustomAttributeClass
This commit is contained in:
parent
882044c2e0
commit
349ac7c3b1
@ -172,6 +172,7 @@ type
|
||||
|
||||
TCustomAttribute = class
|
||||
end;
|
||||
TCustomAttributeClass = class of TCustomAttribute;
|
||||
TCustomAttributeArray = array of TCustomAttribute;
|
||||
|
||||
const
|
||||
|
Loading…
Reference in New Issue
Block a user