diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-07-27 10:08:02 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-07-27 10:08:02 +0800 |
commit | 06e8f0c443c1ba7858d000c6d695b7e988e02053 (patch) | |
tree | bccd8f5b70e24934eff26cab934cd4ecf5864825 /indra/newview/llpanelprofileclassifieds.h | |
parent | 790e708ffc1cb138a484249b3ac7f240be21dd98 (diff) | |
parent | 591ecf748a620f7528d498e576271a33df5366ee (diff) |
Merge branch 'main' into webrtc-voice
Diffstat (limited to 'indra/newview/llpanelprofileclassifieds.h')
-rw-r--r-- | indra/newview/llpanelprofileclassifieds.h | 3 |
1 files changed, 3 insertions, 0 deletions
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<LLPanelProfileClassified*> panel_list_t; static panel_list_t sAllPanels; |