summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolindividual.h
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-03-05 01:05:08 +0200
committerGitHub <noreply@github.com>2024-03-05 01:05:08 +0200
commit25251c3ba81629f3234fc94c0368cd6300732b09 (patch)
tree03ababecc49376c0e607b3548d9beb596f79c3a7 /indra/newview/lltoolindividual.h
parentd47c6536820d1ed6e373147678dd0fab90e80ab8 (diff)
parentb68a05e7c30930976ed1273b4c7a0fec01d2a84f (diff)
Merge pull request #924 from secondlife/marchcat/x-merge
Emoji -> Maint X merge
Diffstat (limited to 'indra/newview/lltoolindividual.h')
-rw-r--r--indra/newview/lltoolindividual.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/indra/newview/lltoolindividual.h b/indra/newview/lltoolindividual.h
index e7c2060fba..89dd9d9796 100644
--- a/indra/newview/lltoolindividual.h
+++ b/indra/newview/lltoolindividual.h
@@ -43,11 +43,9 @@ class LLToolIndividual : public LLTool, public LLSingleton<LLToolIndividual>
virtual ~LLToolIndividual();
public:
- virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask);
- virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask);
- virtual void handleSelect();
- //virtual void handleDeselect();
- //virtual void render();
+ virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask) override;
+ virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask) override;
+ virtual void handleSelect() override;
static void pickCallback(const LLPickInfo& pick_info);