mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
([NSDate -copyWithZone:]): Fix typo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@535 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9378941e27
commit
a1026ed113
1 changed files with 1 additions and 2 deletions
|
@ -84,8 +84,7 @@
|
|||
|
||||
- (id) copyWithZone: (NSZone*)zone
|
||||
{
|
||||
return [[[NSConcreteDate class] allocWithZone:zone]
|
||||
initWithTimeIntervalSinceReferenceDate:timeSinceReference];
|
||||
return [[NSConcreteDate class] copyWithZone:zone];
|
||||
}
|
||||
|
||||
// Getting current time
|
||||
|
|
Loading…
Reference in a new issue