diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-06-26 17:12:46 +0300 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-06-26 17:12:46 +0300 |
commit | 97daf1ed1cb9b28905ddf8b9caa51b05975e9511 (patch) | |
tree | 3de92e654fe664e47f3c6a0c20826ae0fe4f2601 /indra | |
parent | 65fe37a93029e17f45e488619a5e589a2983757f (diff) |
mac build fix
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llinventorygallery.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llinventorygallery.h b/indra/newview/llinventorygallery.h index d695da4f95..5f9c191fc5 100644 --- a/indra/newview/llinventorygallery.h +++ b/indra/newview/llinventorygallery.h @@ -86,8 +86,8 @@ public: 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; } |