jrmu suggested changing comment format

This commit is contained in:
Gregory John Casamento 2019-10-05 23:09:12 -04:00
parent 9bcf4ea8ad
commit 51d001ce96
2 changed files with 3 additions and 4 deletions

View file

@ -68,7 +68,7 @@ extern "C" {
// Dimension using units....
@interface NSDimension : NSUnit <NSCoding>
{
NSUInteger _reserved;
double _value;
NSUnitConverter *_converter;
}