From 5873907a0b3d64a2fc9a565ee3bd123ae9830e40 Mon Sep 17 00:00:00 2001 From: WolfGangS Date: Tue, 6 Jan 2026 23:14:18 +0000 Subject: Add missing function definition to header Signed-off-by: WolfGangS --- indra/newview/llscripteditorws.h | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llscripteditorws.h b/indra/newview/llscripteditorws.h index 1c8745001b..c8898c66a7 100644 --- a/indra/newview/llscripteditorws.h +++ b/indra/newview/llscripteditorws.h @@ -194,6 +194,7 @@ protected: LLSD handleSyntaxRequest(const LLSD ¶ms) const; LLSD handleScriptSubscribe(U32 connection_id, const LLSD& params); LLSD handleScriptUnsubscribe(U32 connection_id, const LLSD& params); + LLSD handleFileWatcherFileListRequest() const; private: struct EditorSubscription -- cgit v1.3