More CGFloat, NSUInteger and NSInteger changes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36148 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2013-02-16 00:08:33 +00:00
parent 9a8f8f4e07
commit a4abfc354f
22 changed files with 391 additions and 368 deletions

View file

@ -520,12 +520,12 @@ static Class imageClass;
[self setTitle: [title string]];
}
- (int)indentationLevel
- (NSInteger)indentationLevel
{
return _indentation;
}
- (void)setIndentationLevel: (int)level
- (void)setIndentationLevel: (NSInteger)level
{
_indentation = level;
}