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.h | |
parent | 5dd97bc2bd4924b0342068e697b5d45165225b76 (diff) |
MAINT-6792 Improvements for HUD warning
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r-- | indra/newview/llviewerobject.h | 2 |
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; } |