summaryrefslogtreecommitdiff
path: root/indra/newview/llappdelegate-objc.mm
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2014-12-02 16:34:07 +0200
committerandreykproductengine <akleshchev@productengine.com>2014-12-02 16:34:07 +0200
commitfa9077262d4935fec09339e0e917b7faeddb6ebe (patch)
treeaf3cb3510debaa309ae63c09bb4a14ed12891a3a /indra/newview/llappdelegate-objc.mm
parentbec06763d5e55dde5148ee8882c04ddfee9dd859 (diff)
parentd960676c5af26b299166bdd74744a7f513b45541 (diff)
merge changes for 3.7.21-release
Diffstat (limited to 'indra/newview/llappdelegate-objc.mm')
-rw-r--r--indra/newview/llappdelegate-objc.mm2
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())
{