Turn off duplicate method warning
Turn off duplicate method warning
- Subject: Turn off duplicate method warning
- From: Trygve Inda <email@hidden>
- Date: Fri, 21 Jul 2006 12:09:25 +0000
- Thread-topic: Turn off duplicate method warning
I have two methods:
-(void)generate:(NSMutableDictionary *)dict
This is in my main AppController (and in AppController.h), and it calls
-(QTMovie *)generate:(NSMutableDictionary *)dict
which is in a different class that is loaded in a plug in. This one is
defined in a protocol file (which the AppController has to import). I get a
"duplicate method" warning. How can I get rid of this?
As the methods are in different classes, it should be fine (and the code
works without problem).
Thanks,
Trygve
_______________________________________________
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