summaryrefslogtreecommitdiff
path: root/indra/llui/llluafloater.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-03-21 20:24:24 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-03-21 20:24:24 +0200
commit4ffdae72392ba2f081edf8d740b688b95ac4fc65 (patch)
treed65d36378f1b264d7175470dc0ba28d06e86a113 /indra/llui/llluafloater.h
parent76752d6fc00a2789d96480da2a1e862ffecc812a (diff)
Accept an array for "add_list_item" and change EVENT_LIST type
Diffstat (limited to 'indra/llui/llluafloater.h')
-rw-r--r--indra/llui/llluafloater.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llluafloater.h b/indra/llui/llluafloater.h
index d4c16745ee..ccc3ccb39b 100644
--- a/indra/llui/llluafloater.h
+++ b/indra/llui/llluafloater.h
@@ -41,6 +41,7 @@ public:
void onClose(bool app_quitting);
void post(const LLSD &data);
+ void postEvent(LLSD data, const std::string &event);
static void showLuaFloater(const LLSD &data);
static LLSD getEventsData();