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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llluafloater.h b/indra/llui/llluafloater.h
index 0dd39e7d1e..b9f96f0ad3 100644
--- a/indra/llui/llluafloater.h
+++ b/indra/llui/llluafloater.h
@@ -45,10 +45,11 @@ public:
static LLSD getEventsData();
private:
+ LLReqID mReqID;
LLEventDispatcher mDispatcher;
LLTempBoundListener mBoundListener;
std::string mListenerPumpName;
- std::string mCommandPumpName;
+ std::string mReplyPumpName;
};
#endif