diff options
Diffstat (limited to 'indra/test/llhttpnode_tut.cpp')
-rw-r--r-- | indra/test/llhttpnode_tut.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/test/llhttpnode_tut.cpp b/indra/test/llhttpnode_tut.cpp index 8654971f9b..e17d1e0f24 100644 --- a/indra/test/llhttpnode_tut.cpp +++ b/indra/test/llhttpnode_tut.cpp @@ -86,7 +86,8 @@ namespace tut void result(const LLSD& result) { mResult = result; } void status(S32 code, const std::string& message) { } - + void extendedResult(S32 code, const std::string& message, const LLSD& headers) { } + private: Response() {;} // Must be accessed through LLPointer. }; |