mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Add initial values
This commit is contained in:
parent
ae1890e7d6
commit
8e15239ff3
1 changed files with 6 additions and 0 deletions
|
@ -95,6 +95,12 @@ GS_PRIVATE_INTERNAL(NSProgress)
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (void) dealloc
|
||||||
|
{
|
||||||
|
RELEASE(internal->_userInfo);
|
||||||
|
[super dealloc];
|
||||||
|
}
|
||||||
|
|
||||||
+ (NSProgress *)discreteProgressWithTotalUnitCount:(int64_t)unitCount
|
+ (NSProgress *)discreteProgressWithTotalUnitCount:(int64_t)unitCount
|
||||||
{
|
{
|
||||||
return nil;
|
return nil;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue