summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2024-04-30 20:26:22 +0200
committerGuru <alexandrgproductengine@lindenlab.com>2024-05-02 02:14:21 +0200
commit18f23d9a559d3b5ed61d4fc4d3cfa9fa6c50689c (patch)
treef021ec1b63a23cc6d01687af91db825edd7c3a38 /indra/newview/llvoavatar.h
parent23729442aab7130f3368d433e8a5a9dd45ff6b98 (diff)
secondlife/viewer#1360 Avoid of using avatar full names
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r--indra/newview/llvoavatar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index 77f50a83f8..6a907ef079 100644
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -238,8 +238,9 @@ public:
std::set<LLUUID> mActiveOverrideMeshes;
virtual void onActiveOverrideMeshesChanged();
-
+
/*virtual*/ const LLUUID& getID() const;
+ /*virtual*/ std::string getDebugName() const;
/*virtual*/ void addDebugText(const std::string& text);
/*virtual*/ F32 getTimeDilation();
/*virtual*/ void getGround(const LLVector3 &inPos, LLVector3 &outPos, LLVector3 &outNorm);