diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-05-11 17:12:27 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-05-11 17:12:27 +0300 |
commit | a7fada58acd778059e63d9b5a2af8c09cebcf7a2 (patch) | |
tree | 18d89c31755f05440fb069aa61d6c62c6e93a2d7 /indra/newview | |
parent | e4dc39cf19a00ab148de6d1bd6c4cd229cf545f5 (diff) |
SL-15249 Fix MAC build issue
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterhowto.h | 2 |
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(); |