mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-23 20:01:15 +00:00
trivial tweak to avoid documentation warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@31381 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c2d3ab8feb
commit
72e8693b23
1 changed files with 2 additions and 0 deletions
|
@ -160,6 +160,7 @@ NSTimeInterval GSTickerTimeNow()
|
|||
|
||||
+ (void) newSecond: (id)userInfo
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
+ (NSDate*) now
|
||||
|
@ -254,6 +255,7 @@ NSTimeInterval GSTickerTimeNow()
|
|||
|
||||
- (void) newSecond: (id)userInfo
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
- (NSDate*) now
|
||||
|
|
Loading…
Reference in a new issue