mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +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;
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
RELEASE(internal->_userInfo);
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
+ (NSProgress *)discreteProgressWithTotalUnitCount:(int64_t)unitCount
|
||||
{
|
||||
return nil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue