Skip to content

Commit

Permalink
fixup AUTH_CANCELLED_STATUS squash
Browse files Browse the repository at this point in the history
  • Loading branch information
cstigler committed Jan 21, 2021
1 parent 4af6ee1 commit 7021328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SCConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

NS_ASSUME_NONNULL_BEGIN

OSStatus const AUTH_CANCELLED_STATUS = -60006;
extern OSStatus const AUTH_CANCELLED_STATUS;

@interface SCConstants : NSObject

Expand Down
2 changes: 2 additions & 0 deletions SCConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

#import "SCConstants.h"

OSStatus const AUTH_CANCELLED_STATUS = -60006;

@implementation SCConstants

+ (NSArray<NSString*>*)systemSoundNames {
Expand Down

0 comments on commit 7021328

Please sign in to comment.