Explorar o código

* Fix to work with new version of Pascal scanner

git-svn-id: trunk@14939 -
michael %!s(int64=15) %!d(string=hai) anos
pai
achega
750cfae553
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      utils/fpdoc/dglobals.pp

+ 1 - 1
utils/fpdoc/dglobals.pp

@@ -671,7 +671,7 @@ var
       if not Assigned(Module) then
       begin
         Module := TPasModule.Create(s, HPackage);
-        Module.InterfaceSection := TPasSection.Create('', Module);
+        Module.InterfaceSection := TInterfaceSection.Create('', Module);
         HPackage.Modules.Add(Module);
       end;