summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelteleporthistory.cpp
diff options
context:
space:
mode:
authorIgor Borovkov <iborovkov@productengine.com>2009-12-23 17:47:22 +0200
committerIgor Borovkov <iborovkov@productengine.com>2009-12-23 17:47:22 +0200
commitd741d040bc0f06f573b4a2507fba2b245191c36d (patch)
tree79b8c915348d831f4ca199cb52c1a460bec552a9 /indra/newview/llpanelteleporthistory.cpp
parent9933ff16bd7759895ee0d18c4672a194b7088a68 (diff)
fixed win build
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanelteleporthistory.cpp')
-rw-r--r--indra/newview/llpanelteleporthistory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelteleporthistory.cpp b/indra/newview/llpanelteleporthistory.cpp
index 3eb90e919c..03b616d280 100644
--- a/indra/newview/llpanelteleporthistory.cpp
+++ b/indra/newview/llpanelteleporthistory.cpp
@@ -243,7 +243,7 @@ LLTeleportHistoryFlatItemStorage::getFlatItemForPersistentItem (
const std::string &hl)
{
LLTeleportHistoryFlatItem* item = NULL;
- if ( cur_item_index < mItems.size() )
+ if ( cur_item_index < (S32) mItems.size() )
{
item = mItems[cur_item_index].get();
if (item->getParent() == NULL)