Is there a way I can fix these warnings?
Is there a way I can fix these warnings?
- Subject: Is there a way I can fix these warnings?
- From: Clark Mueller <email@hidden>
- Date: Fri, 31 May 2002 18:22:54 -0600
I have a document that sets the content view of its window under certain conditions. This is not a problem, and it sets it as it is supposed to. I use the -[NSBox setContentView:(NSView *)aView] method. The series of warnings that PB gives me (every time I use the method) is:
1. using '-(void)setContentView:(NSView *)aView'
2. also found '-(void)setContentView:(NSClipView *)contentView'
3. multiple declarations for method 'setContentView:'
This would appear to be something beyond my control, but is there another method I should be using instead? I have stayed with this one because it works, but if it is not correct, I'd like to know. Thanks.
Clark
_______________________________________________
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.