summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-05-11 15:42:06 -0400
committerLoren Shih <seraph@lindenlab.com>2010-05-11 15:42:06 -0400
commit4c03806be99d4cb0df55b345f4c758f39d7f8560 (patch)
tree4cb22df9a65173e0fb78c31d419d41f322bc12bc
parentd8b96c686d171bc0e199e462e350d3e7373c5bb3 (diff)
EXT-7305 : FIXED : Changed LLWearableDictionary to LLWearableType
Fixed mac compile error.
-rw-r--r--indra/newview/llinventoryicon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryicon.cpp b/indra/newview/llinventoryicon.cpp
index 144da05794..82c4d7778f 100644
--- a/indra/newview/llinventoryicon.cpp
+++ b/indra/newview/llinventoryicon.cpp
@@ -136,7 +136,7 @@ const std::string& LLInventoryIcon::getIconName(LLAssetType::EType asset_type,
idx = (misc_flag != 0) ? ICONNAME_CALLINGCARD_ONLINE : ICONNAME_CALLINGCARD_OFFLINE;
break;
case LLAssetType::AT_LANDMARK:
- idx = (misc_flag != 0) ? ICONNAME_LANDMARK_VISITED : idx = ICONNAME_LANDMARK;
+ idx = (misc_flag != 0) ? ICONNAME_LANDMARK_VISITED : ICONNAME_LANDMARK;
break;
case LLAssetType::AT_SCRIPT:
case LLAssetType::AT_LSL_TEXT: