Parcourir la source

* another small bug caught by -CROriot

git-svn-id: trunk@23763 -
marco il y a 12 ans
Parent
commit
cb55b2d2cf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      utils/fpdoc/dw_html.pp

+ 1 - 1
utils/fpdoc/dw_html.pp

@@ -2513,7 +2513,7 @@ begin
     else if AElement.ClassType = TPasVariable then
     else if AElement.ClassType = TPasVariable then
       CreateVarPageBody(TPasVariable(AElement))
       CreateVarPageBody(TPasVariable(AElement))
     else if AElement.InheritsFrom(TPasProcedureBase) then
     else if AElement.InheritsFrom(TPasProcedureBase) then
-      CreateProcPageBody(TPasProcedure(AElement))
+      CreateProcPageBody(TPasProcedureBase(AElement))
     else if AElement.ClassType = TTopicELement then
     else if AElement.ClassType = TTopicELement then
       CreateTopicPageBody(TTopicElement(AElement))
       CreateTopicPageBody(TTopicElement(AElement))
   end;
   end;