mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-19 10:01:20 +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
fd9b7a21d1
commit
5006c5d013
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