Forráskód Böngészése

webidl: prefix enum types

mattias 3 éve
szülő
commit
20746a907d
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      packages/webidl/src/webidltopas.pp

+ 1 - 0
packages/webidl/src/webidltopas.pp

@@ -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;