* Headers/Foundation/NSUnit.h,

* Source/NSUnit.m: Clean up code and fix bugs.
This commit is contained in:
fredkiefer 2019-10-27 23:32:03 +01:00
parent 78dc958f7b
commit c4c8035ae5
3 changed files with 685 additions and 849 deletions

View file

@ -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:

View file

@ -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

File diff suppressed because it is too large Load diff