mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
* Headers/Foundation/NSUnit.h,
* Source/NSUnit.m: Clean up code and fix bugs.
This commit is contained in:
parent
78dc958f7b
commit
c4c8035ae5
3 changed files with 685 additions and 849 deletions
|
@ -1,3 +1,8 @@
|
|||
2019-10-27 Fred Kiefer <fredkiefer@gmx.de>
|
||||
|
||||
* Headers/Foundation/NSUnit.h,
|
||||
* Source/NSUnit.m: Clean up code and fix bugs.
|
||||
|
||||
2019-10-17 Frederik Seiffert <frederik@algoriddim.com>
|
||||
|
||||
* Source/GSDispatch.h:
|
||||
|
|
|
@ -72,7 +72,7 @@ extern "C" {
|
|||
}
|
||||
|
||||
- (NSUnitConverter *) converter;
|
||||
- (instancetype) initWithSymbol: (NSString *)symbol converter: (NSUnitConverter *)converter ;
|
||||
- (instancetype) initWithSymbol: (NSString *)symbol converter: (NSUnitConverter *)converter;
|
||||
+ (instancetype) baseUnit;
|
||||
|
||||
@end
|
||||
|
|
1527
Source/NSUnit.m
1527
Source/NSUnit.m
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue