summaryrefslogtreecommitdiff
path: root/indra/newview/llsidepanelinventory.cpp
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2011-12-08 16:46:30 -0800
committerLeslie Linden <leslie@lindenlab.com>2011-12-08 16:46:30 -0800
commit67f1321f31d5988e7b383cfbf4fbd6537f3d2710 (patch)
tree4e1f49b3d4e37e64092490d1b65a3a3d7e320088 /indra/newview/llsidepanelinventory.cpp
parentc4a2b22e2745e3aa9adf13ab736642b68bbe1c2c (diff)
Initial functional merchant outbox floater
Diffstat (limited to 'indra/newview/llsidepanelinventory.cpp')
-rw-r--r--indra/newview/llsidepanelinventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsidepanelinventory.cpp b/indra/newview/llsidepanelinventory.cpp
index 19a81b93bf..9c551be2d5 100644
--- a/indra/newview/llsidepanelinventory.cpp
+++ b/indra/newview/llsidepanelinventory.cpp
@@ -926,7 +926,7 @@ U32 LLSidepanelInventory::getSelectedCount()
{
selection_list = mInventoryPanelInbox->getRootFolder()->getSelectionList();
- count += selection_list.size();
+ count += selection_list.size();
}
if ((count == 0) && mOutboxEnabled && (mInventoryPanelOutbox != NULL))