Oddity
Oddity
- Subject: Oddity
- From: email@hidden
- Date: Sun, 5 Aug 2001 13:17:51 -0500
I had a working calculator. Now I don't.
I was playing around, trying to figure out how to get something into the
responder chain. No luck so far, so I yanked all the new stuff out. That
left my original working code which I recompiled and started up. But now
I get and error indicating it doesn't recognise a selector. It seems to
think one of my classes is sub-classed from NSDocument, when it's really
a sub class of NSObject.
Any ideas?