summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2016-10-11 16:06:04 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2016-10-11 16:06:04 +0300
commit061b918deea9a07e9d3e44e18a86afefc3740898 (patch)
tree520a7109e91cb33fd0680e0b6cc7474b215f164a /indra/newview/llviewerobject.h
parent4617e07b3795e46c2037462f738ab81b35bd7294 (diff)
parent6be5e1eb01a5b12ee4152ae9d4f53110a4bea246 (diff)
Merged in MAINT-6792 (pull request #22)
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r--indra/newview/llviewerobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h
index b95190c554..804b6c147b 100644
--- a/indra/newview/llviewerobject.h
+++ b/indra/newview/llviewerobject.h
@@ -172,7 +172,7 @@ public:
void setOnActiveList(BOOL on_active) { mOnActiveList = on_active; }
virtual BOOL isAttachment() const { return FALSE; }
- const std::string& getAttachmentItemName();
+ const std::string& getAttachmentItemName() const;
virtual LLVOAvatar* getAvatar() const; //get the avatar this object is attached to, or NULL if object is not an attachment
virtual BOOL isHUDAttachment() const { return FALSE; }