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/llagentwearables.cpp | |
parent | c0422e1c6c44c65c8844631430747d798be16879 (diff) | |
parent | 9df8583ea8fd242e8f71710a62841d265d090d4c (diff) |
merge.
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rw-r--r-- | indra/newview/llagentwearables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp index 3249d0b31f..41f2ff29e6 100644 --- a/indra/newview/llagentwearables.cpp +++ b/indra/newview/llagentwearables.cpp @@ -2300,7 +2300,7 @@ public: virtual ~LLLibraryOutfitsCopyDone() { - if (!!LLApp::isExiting() && mLibraryOutfitsFetcher) + if (!LLApp::isExiting() && mLibraryOutfitsFetcher) { gInventory.addObserver(mLibraryOutfitsFetcher); mLibraryOutfitsFetcher->done(); |