Removed new GCC 3.4 warnings from Alexander Malmbergs list.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17601 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-09-01 18:17:52 +00:00
parent a46846708e
commit 4a0281b9c4
10 changed files with 37 additions and 12 deletions

View file

@ -97,7 +97,7 @@ static float default_miter_limit = 10.0;
}
}
+ (id)bezierPath
+ (NSBezierPath *)bezierPath
{
return AUTORELEASE ([[NSBezierPath_concrete_class alloc] init]);
}