Follow-up Comment #1, bug #25520 (project gnustep):

The problem seems to be coming from the call here to
methodSignatureForSelector:

- (NSMethodSignature*) methodSignatureForSelector: (SEL)aSelector
{
  if (_image != nil)
    {
      return [_image methodSignatureForSelector: aSelector];
    }

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?25520>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



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

Reply via email to