diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-03-21 18:26:48 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-03-21 18:26:48 +0200 |
commit | 76752d6fc00a2789d96480da2a1e862ffecc812a (patch) | |
tree | b89ca296b1c58185bee56e32bf549610fc50945b /indra/llui/llluafloater.h | |
parent | ba6784647b53919c09ef339fd99af152aa0f8458 (diff) |
Switch to LLDispatchListener
Diffstat (limited to 'indra/llui/llluafloater.h')
-rw-r--r-- | indra/llui/llluafloater.h | 4 |
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 |