mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:30:37 +00:00
Make the signatures of methods consistent between headers and implementation files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29687 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2a6b182109
commit
4b1472cf8a
11 changed files with 62 additions and 63 deletions
|
@ -2227,7 +2227,7 @@ static BOOL _isInInterfaceBuilder = NO;
|
|||
NSDecimalNumber *dn = nil;
|
||||
if ([coder allowsKeyedCoding])
|
||||
{
|
||||
unsigned int len = 0;
|
||||
NSUInteger len = 0;
|
||||
short exponent = (short)[coder decodeIntForKey: @"NS.exponent"];
|
||||
NSByteOrder bo = [coder decodeIntForKey: @"NS.mantissa.bo"];
|
||||
BOOL negative = [coder decodeBoolForKey: @"NS.negative"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue