From 26b7e6178961016bcd6437cd473b0eb5650b4de1 Mon Sep 17 00:00:00 2001 From: Yuri Chebotarev Date: Tue, 27 Oct 2009 19:26:41 +0200 Subject: fix for normal bug: EXT-1713 Nearby Chat: Objects have tooltips (???)(???) --HG-- branch : product-engine --- indra/newview/llavatariconctrl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/llavatariconctrl.h') diff --git a/indra/newview/llavatariconctrl.h b/indra/newview/llavatariconctrl.h index 426fcec514..65b5c86ed5 100644 --- a/indra/newview/llavatariconctrl.h +++ b/indra/newview/llavatariconctrl.h @@ -103,6 +103,8 @@ public: const std::string& getFirstName() const { return mFirstName; } const std::string& getLastName() const { return mLastName; } + void setDrawTooltip(bool value) { mDrawTooltip = value;} + protected: LLUUID mAvatarId; std::string mFirstName; -- cgit v1.2.3