mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:47:39 +00:00
Fix error in function name
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7951 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
19e0fc3d15
commit
c4d502e70f
2 changed files with 2 additions and 2 deletions
|
@ -1270,7 +1270,7 @@ NSPerformService(NSString *serviceItem, NSPasteboard *pboard)
|
|||
[connection setRequestTimeout: seconds];
|
||||
[connection setReplyTimeout: seconds];
|
||||
|
||||
msgImp = get_imp(GSObjCClassOfObject(provider), msgSel);
|
||||
msgImp = get_imp(GSObjCClass(provider), msgSel);
|
||||
NS_DURING
|
||||
{
|
||||
[provider performService: selName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue