summaryrefslogtreecommitdiff
path: root/indra/llui/llflatlistview.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-08-24 12:44:02 -0700
committerMerov Linden <merov@lindenlab.com>2010-08-24 12:44:02 -0700
commit1de433aa8cda814dbfd0ce51a3ec5dea111aadd0 (patch)
treed7b384a4cc745beae59ff28cd2b295b3d2e8f17f /indra/llui/llflatlistview.cpp
parentf6d0f9952b19c5a41a63accd3aa265b30d982853 (diff)
parent98cc2365034a93c69704daa69efb389799cc9627 (diff)
Sync with viewer-development
Diffstat (limited to 'indra/llui/llflatlistview.cpp')
-rw-r--r--indra/llui/llflatlistview.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llflatlistview.cpp b/indra/llui/llflatlistview.cpp
index f266af03ee..b28399a36b 100644
--- a/indra/llui/llflatlistview.cpp
+++ b/indra/llui/llflatlistview.cpp
@@ -87,6 +87,9 @@ bool LLFlatListView::addItem(LLPanel * item, const LLSD& value /*= LLUUID::null*
mItemsPanel->addChild(item);
break;
default:
+ LL_WARNS("") << "Unsupported position." << LL_ENDL;
+ delete new_pair;
+ return false;
break;
}