diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-10-07 20:29:42 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-10-07 20:29:42 +0300 |
commit | 6be5e1eb01a5b12ee4152ae9d4f53110a4bea246 (patch) | |
tree | 4c1b398334cf430dbe8528d4676a711f234fc6c1 /indra/newview/llviewerobject.cpp | |
parent | 5dd97bc2bd4924b0342068e697b5d45165225b76 (diff) |
MAINT-6792 Improvements for HUD warning
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r-- | indra/newview/llviewerobject.cpp | 2 |
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()); |