mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 23:30:58 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39074 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d9b3936fb5
commit
d67a49f9c9
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ DEFINE_BLOCK_TYPE(GSAnimationContextChanges, void, NSAnimationContext*);
|
||||||
- (NSTimeInterval) duration;
|
- (NSTimeInterval) duration;
|
||||||
|
|
||||||
- (GSAnimationContextCompletionHandler) completionHandler;
|
- (GSAnimationContextCompletionHandler) completionHandler;
|
||||||
- (void) setCompletiionHandler: (GSAnimationContextCompletionHandler) completionHandler;
|
- (void) setCompletionHandler: (GSAnimationContextCompletionHandler) completionHandler;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,7 @@ static NSAnimationContext *_currentContext = nil;
|
||||||
return _completionHandler;
|
return _completionHandler;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) setCompletiionHandler: (GSAnimationContextCompletionHandler) completionHandler
|
- (void) setCompletionHandler: (GSAnimationContextCompletionHandler) completionHandler
|
||||||
{
|
{
|
||||||
_completionHandler = completionHandler;
|
_completionHandler = completionHandler;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue