aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llxml/llxmlnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llxml/llxmlnode.h')
-rw-r--r--linden/indra/llxml/llxmlnode.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/linden/indra/llxml/llxmlnode.h b/linden/indra/llxml/llxmlnode.h
index 6183ec1..269108c 100644
--- a/linden/indra/llxml/llxmlnode.h
+++ b/linden/indra/llxml/llxmlnode.h
@@ -32,7 +32,9 @@
32#ifndef LL_LLXMLNODE_H 32#ifndef LL_LLXMLNODE_H
33#define LL_LLXMLNODE_H 33#define LL_LLXMLNODE_H
34 34
35#define XML_STATIC 35#ifndef XML_STATIC
36#define XML_STATIC 1
37#endif
36#ifdef LL_STANDALONE 38#ifdef LL_STANDALONE
37#include <expat.h> 39#include <expat.h>
38#else 40#else
@@ -131,8 +133,8 @@ public:
131 static bool updateNode( 133 static bool updateNode(
132 LLXMLNodePtr& node, 134 LLXMLNodePtr& node,
133 LLXMLNodePtr& update_node); 135 LLXMLNodePtr& update_node);
134 static void writeHeaderToFile(FILE *fOut); 136 static void writeHeaderToFile(LLFILE *fOut);
135 void writeToFile(FILE *fOut, LLString indent = LLString()); 137 void writeToFile(LLFILE *fOut, LLString indent = LLString());
136 void writeToOstream(std::ostream& output_stream, const LLString& indent = LLString()); 138 void writeToOstream(std::ostream& output_stream, const LLString& indent = LLString());
137 139
138 // Utility 140 // Utility