Explorar el Código

webidl: prefix enum types

mattias hace 3 años
padre
commit
20746a907d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/webidl/src/webidltopas.pp

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

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