diff options
| author | WolfGangS <flamin2k8@gmail.com> | 2026-01-06 23:14:18 +0000 |
|---|---|---|
| committer | WolfGangS <flamin2k8@gmail.com> | 2026-01-06 23:14:18 +0000 |
| commit | 5873907a0b3d64a2fc9a565ee3bd123ae9830e40 (patch) | |
| tree | c9d47067397663c5eeeb6c5a82de0429f5387f2d | |
| parent | 3fc4acfd6429531f2e00b36e0784887d755c374f (diff) | |
Add missing function definition to header
Signed-off-by: WolfGangS <flamin2k8@gmail.com>
| -rw-r--r-- | indra/newview/llscripteditorws.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
