incompatible type for argument 3 of indirect function call ????
incompatible type for argument 3 of indirect function call ????
- Subject: incompatible type for argument 3 of indirect function call ????
- From: Nebagakid <email@hidden>
- Date: Mon, 21 Apr 2003 20:33:29 -0400
This line: NSData * dataToLog = [thetextView RTFDFromRange: [self
rangeOfEntireDocument]];
Gives me this::: incompatible type for argument 3 of indirect function
call
Some more notes:
- (NSRange) rangeOfEntireDocument {
int length = 0;
if ([thetextView string]!=nil) {
length = [[thetextView string] length];
}
return NSMakeRange(0,length);
}
So, uhm... what's up?
-Danny Cohen
_______________________________________________
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.