* fixed wrong class cast in r18226

git-svn-id: trunk@18261 -
This commit is contained in:
Jonas Maebe 2011-08-18 11:53:02 +00:00
parent 658be2b0b7
commit 3b9e1a4398

View File

@ -648,6 +648,7 @@ implementation
([vo_is_hidden_para,vo_is_funcret] * tabstractvarsym(sym).varoptions = [vo_is_hidden_para]) or
(sp_internal in tsym(sym).symoptions) or
((assigned(tsym(sym).owner.defowner) and
(tsym(sym).owner.defowner.typ=procdef) and
(df_generic in tprocdef(tsym(sym).owner.defowner).defoptions))) then
exit;
if (tstoredsym(sym).refs=0) then