Преглед изворни кода

* dispinterfaces are publishable as well

git-svn-id: trunk@5773 -
florian пре 19 година
родитељ
комит
2049837dd9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/symdef.pas

+ 1 - 1
compiler/symdef.pas

@@ -4029,7 +4029,7 @@ implementation
 
     function tobjectdef.is_publishable : boolean;
       begin
-         is_publishable:=objecttype in [odt_class,odt_interfacecom,odt_interfacecorba];
+         is_publishable:=objecttype in [odt_class,odt_interfacecom,odt_interfacecorba,odt_dispinterface];
       end;