Add initial values

This commit is contained in:
Gregory John Casamento 2019-07-30 13:24:06 -04:00
parent ae1890e7d6
commit 8e15239ff3

View file

@ -95,6 +95,12 @@ GS_PRIVATE_INTERNAL(NSProgress)
return self;
}
- (void) dealloc
{
RELEASE(internal->_userInfo);
[super dealloc];
}
+ (NSProgress *)discreteProgressWithTotalUnitCount:(int64_t)unitCount
{
return nil;