diff options
| -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 |
