Skip to content

Commit 0def7d2

Browse files
committed
Merge pull request livecode#3570 from montegoulding/bugfix/nsdate_typo
Fix NSData -> NSDate typo in Mac abort key handler
2 parents 1af49a8 + 7cad3bd commit 0def7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/src/mac-abort.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ - (void)main
231231
NSRunLoop *t_loop;
232232
t_loop = [NSRunLoop currentRunLoop];
233233

234-
NSData *t_future;
234+
NSDate *t_future;
235235
t_future = [NSDate distantFuture];
236236

237237
m_termination_port = [[NSPort port] retain];

0 commit comments

Comments
 (0)