multiple declarations for method?
multiple declarations for method?
- Subject: multiple declarations for method?
- From: Mark Dawson <email@hidden>
- Date: Thu, 30 Dec 2004 10:05:51 -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.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden