Re: Warning when using NSSplitView
Re: Warning when using NSSplitView
- Subject: Re: Warning when using NSSplitView
- From: Oli Donald <email@hidden>
- Date: Sun, 4 Jan 2004 01:23:26 +0000
Sorry for posting twice...
XCode seems to display warnings for header files in the c files. The
two errors come from 'NSSplitView.h' (defines as BOOL) and
NSSliderCell.h (defined there as int). I fixed it by changing the
'IBOutlet id' to an 'IBOutlet NSSplitView *'. Is this the only way to
solve the problem?
Cheers,
Oli
_______________________________________________
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.