summaryrefslogtreecommitdiff
path: root/indra/llui/llluafloater.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-03-21 18:26:48 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-03-21 18:26:48 +0200
commit76752d6fc00a2789d96480da2a1e862ffecc812a (patch)
treeb89ca296b1c58185bee56e32bf549610fc50945b /indra/llui/llluafloater.h
parentba6784647b53919c09ef339fd99af152aa0f8458 (diff)
Switch to LLDispatchListener
Diffstat (limited to 'indra/llui/llluafloater.h')
-rw-r--r--indra/llui/llluafloater.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llui/llluafloater.h b/indra/llui/llluafloater.h
index b9f96f0ad3..d4c16745ee 100644
--- a/indra/llui/llluafloater.h
+++ b/indra/llui/llluafloater.h
@@ -46,10 +46,8 @@ public:
private:
LLReqID mReqID;
- LLEventDispatcher mDispatcher;
- LLTempBoundListener mBoundListener;
+ LLDispatchListener mDispatchListener;
- std::string mListenerPumpName;
std::string mReplyPumpName;
};
#endif