multiple declarations for method `length' ?
multiple declarations for method `length' ?
- Subject: multiple declarations for method `length' ?
- From: Mark Dawson <email@hidden>
- Date: Thu, 30 Dec 2004 10:05:19 -0800
<x-tad-smaller>When compiling this Obj-C line in XCode 1.5, I get the following warning:
LengthParser.m:295: warning: multiple declarations for method `length'
</x-tad-smaller>
short decimalLen = [[[NSUserDefaults standardUserDefaults] objectForKey:NSDecimalSeparator] length];
What does this mean? It seems to run OK, producing the result (1 for US system) that I'd expect…
Thanks!
mark
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden