summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersearch.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2025-09-30 19:28:21 +0300
committerGitHub <noreply@github.com>2025-09-30 19:28:21 +0300
commit420bc85f97c0c19ffca4b4f26b70d171f7d5761e (patch)
treee8d690e9039e177f304e3d5f0984328bfa37649e /indra/newview/llfloatersearch.h
parent79909b8a335b9fdeaefe384528284538e8dae6a4 (diff)
#4751 Restore navigation UI for Marketplace and Search
Diffstat (limited to 'indra/newview/llfloatersearch.h')
-rw-r--r--indra/newview/llfloatersearch.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfloatersearch.h b/indra/newview/llfloatersearch.h
index e8a2be4797..6d93474f4a 100644
--- a/indra/newview/llfloatersearch.h
+++ b/indra/newview/llfloatersearch.h
@@ -27,13 +27,15 @@
#pragma once
#include "llfloater.h"
+#include "llfloaterwebcontent.h"
class LLFloaterSearch:
- public LLFloater {
+ public LLFloaterWebContent {
friend class LLFloaterReg;
public:
void onOpen(const LLSD& key) override;
+ void onClose(bool app_quitting) override;
private:
LLFloaterSearch(const LLSD& key);