summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-05-11 17:12:27 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-05-11 17:12:27 +0300
commita7fada58acd778059e63d9b5a2af8c09cebcf7a2 (patch)
tree18d89c31755f05440fb069aa61d6c62c6e93a2d7 /indra
parente4dc39cf19a00ab148de6d1bd6c4cd229cf545f5 (diff)
SL-15249 Fix MAC build issue
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloaterhowto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterhowto.h b/indra/newview/llfloaterhowto.h
index c2703d815b..d8da355600 100644
--- a/indra/newview/llfloaterhowto.h
+++ b/indra/newview/llfloaterhowto.h
@@ -44,7 +44,7 @@ public:
void onOpen(const LLSD& key) override;
- virtual BOOL handleKeyHere(KEY key, MASK mask);
+ BOOL handleKeyHere(KEY key, MASK mask) override;
static LLFloaterHowTo* getInstance();