([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:
Andrew McCallum 1995-08-08 15:47:19 +00:00
parent 9378941e27
commit a1026ed113

View file

@ -84,8 +84,7 @@
- (id) copyWithZone: (NSZone*)zone
{
return [[[NSConcreteDate class] allocWithZone:zone]
initWithTimeIntervalSinceReferenceDate:timeSinceReference];
return [[NSConcreteDate class] copyWithZone:zone];
}
// Getting current time