mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +02:00
webidl: prefix enum types
This commit is contained in:
parent
f8c49c4a1f
commit
20746a907d
@ -1437,6 +1437,7 @@ begin
|
||||
else
|
||||
begin
|
||||
if (D is TIDLTypeDefDefinition)
|
||||
or (D is TIDLEnumDefinition)
|
||||
or ((D Is TIDLFunctionDefinition) and (foCallBack in TIDLFunctionDefinition(D).Options)) then
|
||||
begin
|
||||
CN:=TypePrefix+CN;
|
||||
|
Loading…
Reference in New Issue
Block a user