diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-20 18:22:47 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-20 18:22:47 +0100 |
commit | bb0112f648658f870e362009fd6129e024306670 (patch) | |
tree | 1e925be142f06e0c9cd93f1561a859a25c40c4ce /indra/newview | |
parent | 42cbea759cddb231d790fa161412774550681d20 (diff) |
CID-461
Checker: UNINIT_CTOR
Function: LLInventoryFetchComboObserver::LLInventoryFetchComboObserver(const std::vector<LLUUID, std::allocator<LLUUID>> &, const std::vector<LLUUID, std::allocator<LLUUID>> &)
File: /indra/newview/llinventoryobserver.cpp
dead member.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llinventoryobserver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llinventoryobserver.h b/indra/newview/llinventoryobserver.h index c48ffaa55d..8d60df7e8d 100644 --- a/indra/newview/llinventoryobserver.h +++ b/indra/newview/llinventoryobserver.h @@ -148,7 +148,6 @@ public: virtual void done() = 0; protected: - BOOL mDone; LLInventoryFetchItemsObserver *mFetchItems; LLInventoryFetchDescendentsObserver *mFetchDescendents; }; |