From 97daf1ed1cb9b28905ddf8b9caa51b05975e9511 Mon Sep 17 00:00:00 2001 From: Maxim Nikolenko <maximnproductengine@lindenlab.com> Date: Mon, 26 Jun 2023 17:12:46 +0300 Subject: [PATCH] mac build fix --- indra/newview/llinventorygallery.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/llinventorygallery.h b/indra/newview/llinventorygallery.h index d695da4f953..5f9c191fc50 100644 --- a/indra/newview/llinventorygallery.h +++ b/indra/newview/llinventorygallery.h @@ -86,8 +86,8 @@ class LLInventoryGallery : public LLPanel, public LLEditMenuHandler void moveLeft(); void moveRight(); - void onFocusLost(); - void onFocusReceived(); + void onFocusLost() override; + void onFocusReceived() override; void setFilterSubString(const std::string& string); std::string getFilterSubString() { return mFilterSubString; } -- GitLab