diff options
author | McCabe Maxsted | 2010-07-07 11:40:20 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-07-07 11:40:20 -0700 |
commit | 35eaded540f31378845b7a88e212a86a68825040 (patch) | |
tree | 05a91e33fe0de6afa555afa2c350b889e770bbcb /linden/indra/llxml/llxmlnode.h | |
parent | Cleaned up the grid manager layout some (diff) | |
download | meta-impy-35eaded540f31378845b7a88e212a86a68825040.zip meta-impy-35eaded540f31378845b7a88e212a86a68825040.tar.gz meta-impy-35eaded540f31378845b7a88e212a86a68825040.tar.bz2 meta-impy-35eaded540f31378845b7a88e212a86a68825040.tar.xz |
Updated hipporestrequest code to hippo 0.6.3
Diffstat (limited to 'linden/indra/llxml/llxmlnode.h')
-rw-r--r-- | linden/indra/llxml/llxmlnode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llxml/llxmlnode.h b/linden/indra/llxml/llxmlnode.h index d4e127b..ab1a772 100644 --- a/linden/indra/llxml/llxmlnode.h +++ b/linden/indra/llxml/llxmlnode.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2000&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2000&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2000-2009, Linden Research, Inc. | 7 | * Copyright (c) 2000-2010, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -141,7 +141,7 @@ public: | |||
141 | LLXMLNodePtr& node, | 141 | LLXMLNodePtr& node, |
142 | LLXMLNode* defaults_tree); | 142 | LLXMLNode* defaults_tree); |
143 | static bool parseBuffer( | 143 | static bool parseBuffer( |
144 | U8* buffer, | 144 | const char *buffer, |
145 | U32 length, | 145 | U32 length, |
146 | LLXMLNodePtr& node, | 146 | LLXMLNodePtr& node, |
147 | LLXMLNode* defaults); | 147 | LLXMLNode* defaults); |