summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterluadebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterluadebug.h')
-rw-r--r--indra/newview/llfloaterluadebug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterluadebug.h b/indra/newview/llfloaterluadebug.h
index 300d954aea..fd61e29ebe 100644
--- a/indra/newview/llfloaterluadebug.h
+++ b/indra/newview/llfloaterluadebug.h
@@ -26,6 +26,7 @@
#ifndef LL_LLFLOATERLUADEBUG_H
#define LL_LLFLOATERLUADEBUG_H
+#include "llevents.h"
#include "llfloater.h"
extern "C"
@@ -54,6 +55,8 @@ class LLFloaterLUADebug :
void runSelectedScript(const std::vector<std::string> &filenames);
private:
+ LLTempBoundListener mOutConnection;
+
LLTextEditor* mResultOutput;
LLLineEditor* mLineInput;
LLLineEditor* mScriptPath;