Browse Source

* Fix to work with new version of Pascal scanner

git-svn-id: trunk@14939 -
michael 15 years ago
parent
commit
750cfae553
1 changed files with 1 additions and 1 deletions
  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;