mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-24 01:11:01 +00:00
"NSUserNotificationDefaultSoundName" constant string was declared but missing,
fixed git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39244 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a725edd38b
commit
2b6f8a27f9
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-12-29 Marcus Mueller <znek@mulle-kybernetik.com>
|
||||
|
||||
* Source/NSUserNotification.m: "NSUserNotificationDefaultSoundName"
|
||||
constant string was declared but missing, fixed
|
||||
|
||||
2015-12-22 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSXMLElement.m: For OSX compatibility, raise an exception
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSTimeZone.h"
|
||||
|
||||
NSString * const NSUserNotificationDefaultSoundName = @"NSUserNotificationDefaultSoundName";
|
||||
|
||||
@interface NSUserNotification ()
|
||||
@property (readwrite) NSDate *actualDeliveryDate;
|
||||
@property (readwrite, getter=isPresented) BOOL presented;
|
||||
|
|
Loading…
Reference in a new issue