From a7fada58acd778059e63d9b5a2af8c09cebcf7a2 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev <andreykproductengine@lindenlab.com> Date: Tue, 11 May 2021 17:12:27 +0300 Subject: [PATCH] SL-15249 Fix MAC build issue --- indra/newview/llfloaterhowto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llfloaterhowto.h b/indra/newview/llfloaterhowto.h index c2703d815bb..d8da355600e 100644 --- a/indra/newview/llfloaterhowto.h +++ b/indra/newview/llfloaterhowto.h @@ -44,7 +44,7 @@ class LLFloaterHowTo : void onOpen(const LLSD& key) override; - virtual BOOL handleKeyHere(KEY key, MASK mask); + BOOL handleKeyHere(KEY key, MASK mask) override; static LLFloaterHowTo* getInstance(); -- GitLab