diff options
author | Cinder Biscuits <cinder.roxley@phoenixviewer.com> | 2014-08-06 00:59:24 +0000 |
---|---|---|
committer | Cinder Biscuits <cinder.roxley@phoenixviewer.com> | 2014-08-06 00:59:24 +0000 |
commit | 18556491335ce4d8b2c0469ec1e8ebff74e6a386 (patch) | |
tree | 92fde74fbe067a268c553cfc1638dc47db3659d1 /indra | |
parent | 1346949e4d601e8c945fa30593ba1d405e9ed80d (diff) |
STORM-2053 - applicationShouldTerminate returns an NSApplicationTeminateReply, not NSApplicationDelegateReply
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llappdelegate-objc.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappdelegate-objc.mm b/indra/newview/llappdelegate-objc.mm index 988058aad3..aad5dbae7d 100644 --- a/indra/newview/llappdelegate-objc.mm +++ b/indra/newview/llappdelegate-objc.mm @@ -84,7 +84,7 @@ callWindowUnfocus(); } -- (NSApplicationDelegateReply) applicationShouldTerminate:(NSApplication *)sender +- (NSApplicationTerminateReply) applicationShouldTerminate:(NSApplication *)sender { if (!runMainLoop()) { |