diff options
author | Aura Linden <aura@lindenlab.com> | 2014-08-15 18:51:20 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2014-08-15 18:51:20 -0700 |
commit | b12e241751bef94cecb99e5577f1a75f0cbe2147 (patch) | |
tree | 604b57deabdcb2b0393dc08ffe2ac92192ecb6da /indra/newview/llappviewer.cpp | |
parent | 370aa671c66cfd5e2a338602d2e9765e9ea103f8 (diff) | |
parent | 7060527bbc9a7a76cbc3b4b9bb772cb90542fd60 (diff) |
Merged with windows fixes.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-x | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 9cc21ad22e..56f306138b 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -4897,7 +4897,7 @@ void LLAppViewer::idle() // hover callbacks // -#ifdef LL_DARWIN //SPATTERS may want to make this mac-only. Test on Windows. +#ifdef LL_DARWIN if (!mQuitRequested) //MAINT-4243 #endif { |