mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Quick fix mispelled method name.
This commit is contained in:
parent
4c6548511f
commit
9f74b1b915
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
return [NSArray arrayWithObject: NSPDFPboardType];
|
||||
}
|
||||
|
||||
+ (NSArray *) imageUnfilteredPasteboardTYpes
|
||||
+ (NSArray *) imageUnfilteredPasteboardTypes
|
||||
{
|
||||
return [self imagePasteboardTypes];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue