Hi,

I would like to override a method of an existing class.
One way is to create a category and define a method
with the same name, e.g.

@interface NSBitmapImageRep (MyCategory)
 - destroy;
@end

Is there any way to call the original method
within the implementation of my override,
in this case the original [NSBitmapImageRep-destroy] ?

Thank you,
Tima.


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to