summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.cpp
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2016-10-07 20:29:42 +0300
committerandreykproductengine <akleshchev@productengine.com>2016-10-07 20:29:42 +0300
commit6be5e1eb01a5b12ee4152ae9d4f53110a4bea246 (patch)
tree4c1b398334cf430dbe8528d4676a711f234fc6c1 /indra/newview/llviewerobject.cpp
parent5dd97bc2bd4924b0342068e697b5d45165225b76 (diff)
MAINT-6792 Improvements for HUD warning
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r--indra/newview/llviewerobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp
index 72a8595845..5f4eeaa37b 100644
--- a/indra/newview/llviewerobject.cpp
+++ b/indra/newview/llviewerobject.cpp
@@ -6307,7 +6307,7 @@ const LLUUID &LLViewerObject::extractAttachmentItemID()
return getAttachmentItemID();
}
-const std::string& LLViewerObject::getAttachmentItemName()
+const std::string& LLViewerObject::getAttachmentItemName() const
{
static std::string empty;
LLInventoryItem *item = gInventory.getItem(getAttachmentItemID());