summaryrefslogtreecommitdiff
path: root/indra/llmessage/llhttpnode.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-29 16:09:11 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-29 16:09:11 -0800
commit6d9713e8ed691882180c85e60070d80e1e3eed5e (patch)
treea9737f254ef00900ec40120b020621ad64e198c3 /indra/llmessage/llhttpnode.h
parent0bb7a85d06e7201887962000cb3e91bf456ffa09 (diff)
parent682f8afcc073b62fed64a3fd2adc5f65793e1f3e (diff)
merge from viewer2.
Diffstat (limited to 'indra/llmessage/llhttpnode.h')
-rw-r--r--indra/llmessage/llhttpnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llhttpnode.h b/indra/llmessage/llhttpnode.h
index 915aacb7cc..8212f58653 100644
--- a/indra/llmessage/llhttpnode.h
+++ b/indra/llmessage/llhttpnode.h
@@ -305,7 +305,7 @@ protected:
~LLSimpleResponse();
private:
- LLSimpleResponse() {;} // Must be accessed through LLPointer.
+ LLSimpleResponse() : mCode(0) {} // Must be accessed through LLPointer.
};
std::ostream& operator<<(std::ostream& out, const LLSimpleResponse& resp);