summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2017-07-18 19:33:14 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2017-07-18 19:33:14 +0100
commit6837ca5cd899d0aba71f856f540b535a7fc78595 (patch)
treeea2825efc64add1b852f914b0320f70acaefa51b /indra/newview/llvovolume.h
parentbcfc1931dd799564b25e0043dc2cb5f388cee8d0 (diff)
SL-727 - right-click menus and hover info ignore control avatars.
Diffstat (limited to 'indra/newview/llvovolume.h')
-rw-r--r--indra/newview/llvovolume.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h
index 3c0c9facb1..44d9c65b4b 100644
--- a/indra/newview/llvovolume.h
+++ b/indra/newview/llvovolume.h
@@ -62,6 +62,8 @@ public:
}
void update(const LLMeshSkinInfo* skin, LLVOAvatar* avatar, const LLVolume* src_volume);
+
+ std::string mExtraDebugText;
};
// Base class for implementations of the volume - Primitive, Flexible Object, etc.