From 17e9bcbf628aa5bda84a36fc7daa9c6041e1bada Mon Sep 17 00:00:00 2001 From: mobserveur Date: Tue, 23 Jul 2024 03:06:59 +0200 Subject: Legacy search floater This commit adds the legacy search floater to megapahit --- indra/newview/llpanelprofileclassifieds.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/llpanelprofileclassifieds.h') diff --git a/indra/newview/llpanelprofileclassifieds.h b/indra/newview/llpanelprofileclassifieds.h index d1aa5f55e3..76e6eb6808 100644 --- a/indra/newview/llpanelprofileclassifieds.h +++ b/indra/newview/llpanelprofileclassifieds.h @@ -324,8 +324,11 @@ private: S32 mPriceForListing; +public: static void handleSearchStatResponse(LLUUID classifiedId, LLSD result); +private: + typedef std::list panel_list_t; static panel_list_t sAllPanels; -- cgit v1.2.3