Removed gcc 4.02 compiler warnings.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21846 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2005-10-19 23:54:22 +00:00
parent 8e111c943a
commit 5cbd31e751
10 changed files with 54 additions and 30 deletions

View file

@ -74,7 +74,7 @@
*/
// TODO: Remove this method, if not really needed
- (NSTableHeaderView*)initWithFrame:(NSRect)frameRect
- (id)initWithFrame:(NSRect)frameRect
{
self = [super initWithFrame: frameRect];
_tableView = nil;