summaryrefslogtreecommitdiff
path: root/indra/llui/llfloaterreglistener.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llfloaterreglistener.h')
-rw-r--r--indra/llui/llfloaterreglistener.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llui/llfloaterreglistener.h b/indra/llui/llfloaterreglistener.h
index a36072892c..7c975edaea 100644
--- a/indra/llui/llfloaterreglistener.h
+++ b/indra/llui/llfloaterreglistener.h
@@ -30,7 +30,6 @@
#define LL_LLFLOATERREGLISTENER_H
#include "lleventapi.h"
-#include <string>
class LLSD;
@@ -49,6 +48,9 @@ private:
void toggleInstance(const LLSD& event) const;
void instanceVisible(const LLSD& event) const;
void clickButton(const LLSD& event) const;
+ void getFloaterNames(const LLSD &event) const;
+
+ void getLuaFloaterEvents(const LLSD &event) const;
};
#endif /* ! defined(LL_LLFLOATERREGLISTENER_H) */