mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
setAnimationDelay: Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21311 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d91f6493fd
commit
2560b02680
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@
|
|||
//
|
||||
- (void)animate:(id)sender;
|
||||
- (NSTimeInterval)animationDelay;
|
||||
- (void)setAnimimationDelay:(NSTimeInterval)delay;
|
||||
- (void)setAnimationDelay:(NSTimeInterval)delay;
|
||||
- (void)startAnimation:(id)sender;
|
||||
- (void)stopAnimation:(id)sender;
|
||||
- (BOOL)usesThreadedAnimation;
|
||||
|
|
|
@ -80,7 +80,7 @@ static NSColor *fillColour = nil;
|
|||
}
|
||||
|
||||
- (NSTimeInterval)animationDelay { return _animationDelay; }
|
||||
- (void)setAnimimationDelay:(NSTimeInterval)delay
|
||||
- (void)setAnimationDelay:(NSTimeInterval)delay
|
||||
{
|
||||
_animationDelay = delay;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue