2
0
Эх сурвалжийг харах

* Fix to work with new version of Pascal scanner

git-svn-id: trunk@14939 -
michael 15 жил өмнө
parent
commit
750cfae553

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