소스 검색

* Fix to work with new version of Pascal scanner

git-svn-id: trunk@14939 -
michael 15 년 전
부모
커밋
750cfae553
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;