diff options
Diffstat (limited to 'linden/indra/newview/llfloatermap.cpp')
-rw-r--r-- | linden/indra/newview/llfloatermap.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloatermap.cpp b/linden/indra/newview/llfloatermap.cpp index a158000..ef628be 100644 --- a/linden/indra/newview/llfloatermap.cpp +++ b/linden/indra/newview/llfloatermap.cpp | |||
@@ -63,7 +63,7 @@ | |||
63 | #include "llviewerparceloverlay.h" | 63 | #include "llviewerparceloverlay.h" |
64 | #include "llviewerregion.h" | 64 | #include "llviewerregion.h" |
65 | #include "llviewerstats.h" | 65 | #include "llviewerstats.h" |
66 | #include "viewer.h" | 66 | #include "llurlsimstring.h" |
67 | 67 | ||
68 | #include "llglheaders.h" | 68 | #include "llglheaders.h" |
69 | 69 | ||
@@ -178,7 +178,7 @@ void LLFloaterMap::onClose(bool app_quitting) | |||
178 | 178 | ||
179 | BOOL LLFloaterMap::canClose() | 179 | BOOL LLFloaterMap::canClose() |
180 | { | 180 | { |
181 | return !gQuit; | 181 | return !LLApp::isExiting(); |
182 | } | 182 | } |
183 | 183 | ||
184 | 184 | ||