summaryrefslogtreecommitdiff
path: root/indra/llui/llluafloater.h
diff options
context:
space:
mode:
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