diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2024-04-30 20:26:22 +0200 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2024-05-02 02:14:21 +0200 |
commit | 18f23d9a559d3b5ed61d4fc4d3cfa9fa6c50689c (patch) | |
tree | f021ec1b63a23cc6d01687af91db825edd7c3a38 /indra/llcharacter | |
parent | 23729442aab7130f3368d433e8a5a9dd45ff6b98 (diff) |
secondlife/viewer#1360 Avoid of using avatar full names
Diffstat (limited to 'indra/llcharacter')
-rw-r--r-- | indra/llcharacter/llcharacter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcharacter/llcharacter.h b/indra/llcharacter/llcharacter.h index 6d56d59e8c..90ae662225 100644 --- a/indra/llcharacter/llcharacter.h +++ b/indra/llcharacter/llcharacter.h @@ -119,6 +119,8 @@ public: virtual void addDebugText( const std::string& text ) = 0; + virtual std::string getDebugName() const { return getID().asString(); } + virtual const LLUUID& getID() const = 0; //------------------------------------------------------------------------- // End Interface |