From 5ec8bbbe2244ea70d8aa74b5c572351632699425 Mon Sep 17 00:00:00 2001 From: Christian Goetze Date: Wed, 10 Oct 2007 00:01:43 +0000 Subject: svn merge -r71238:71367 svn+ssh://svn/svn/linden/branches/maint-ui-qa3 --- indra/llxml/llxmlnode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra/llxml') diff --git a/indra/llxml/llxmlnode.h b/indra/llxml/llxmlnode.h index 51837ebf14..7c221574ac 100644 --- a/indra/llxml/llxmlnode.h +++ b/indra/llxml/llxmlnode.h @@ -132,8 +132,8 @@ public: LLXMLNodePtr& node, LLXMLNodePtr& update_node); static void writeHeaderToFile(FILE *fOut); - void writeToFile(FILE *fOut, LLString indent = ""); - void writeToOstream(std::ostream& output_stream, const LLString& indent = ""); + void writeToFile(FILE *fOut, LLString indent = LLString()); + void writeToOstream(std::ostream& output_stream, const LLString& indent = LLString()); // Utility void findName(const LLString& name, LLXMLNodeList &results); -- cgit v1.3