mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-24 15:40:37 +01:00
* another small bug caught by -CROriot
git-svn-id: trunk@23763 -
This commit is contained in:
parent
39670e3454
commit
cb55b2d2cf
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user