diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-03 19:07:05 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-03 19:07:05 +0000 |
commit | 1f5320e214e9cd62ecd2ef094d795119d5a2928a (patch) | |
tree | 60a0980cfd108a81c5a51ed01decd3a508e48bb4 /indra/newview/llappearancemgr.cpp | |
parent | c0422e1c6c44c65c8844631430747d798be16879 (diff) | |
parent | 9df8583ea8fd242e8f71710a62841d265d090d4c (diff) |
merge.
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rw-r--r-- | indra/newview/llappearancemgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index fa1bfdb5ab..585d42f66d 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -279,7 +279,7 @@ public: virtual ~LLUpdateAppearanceOnDestroy() { - if (!!LLApp::isExiting()) + if (!LLApp::isExiting()) { LLAppearanceManager::instance().updateAppearanceFromCOF(); } |