Conflicting Namespaces on the Language Level
Conflicting Namespaces on the Language Level
- Subject: Conflicting Namespaces on the Language Level
- From: email@hidden
- Date: Fri, 4 Oct 2002 17:21:58 -0400
(Do not place "[super init]" in a method implementation that is in a
subclass of an abstract superclass).
It turns out that
[super init]
was the culprit, since it was calling upon an abstract class I suppose
(though I don't see how it would affect an entirely different line of
code at compile time).
With the deletion of this line of code (from each offending init...
function), the problem was fixed.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.