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