* fixed ppu dump for objc categories

git-svn-id: trunk@30465 -
This commit is contained in:
Jonas Maebe 2015-04-06 14:05:39 +00:00
parent f6b03b2912
commit b403a8c3fd

View File

@ -3191,8 +3191,7 @@ begin
writeln([space,' Abstract methods : ',getlongint]);
if (tobjecttyp(b)=odt_helper) or
(oo_is_classhelper in current_objectoptions) then
if tobjecttyp(b)=odt_helper then
begin
write([space,' Helper parent : ']);
readderef('',objdef.HelperParent);