mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Merge branch 'master' into NSLayoutConstraint_branch
This commit is contained in:
commit
8508f9f98f
1 changed files with 2 additions and 2 deletions
|
@ -43,10 +43,10 @@
|
|||
|
||||
+ (NSArray *) imagePasteboardTypes
|
||||
{
|
||||
return [NSArray arrayWithObjects: NSPDFPboardType];
|
||||
return [NSArray arrayWithObject: NSPDFPboardType];
|
||||
}
|
||||
|
||||
+ (NSArray *) imageUnfilteredPasteboardTYpes
|
||||
+ (NSArray *) imageUnfilteredPasteboardTypes
|
||||
{
|
||||
return [self imagePasteboardTypes];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue