From bb8fd64ea27254d1652cbf6700ae042959980909 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 15 Jul 2006 01:01:07 +0000 Subject: Added stuff that I thought was already there... --- src/xmlfilewriter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xmlfilewriter.h') diff --git a/src/xmlfilewriter.h b/src/xmlfilewriter.h index 231bb0d..e328f96 100644 --- a/src/xmlfilewriter.h +++ b/src/xmlfilewriter.h @@ -29,6 +29,7 @@ public: *@param sIndent The indent text to use, if any. */ XmlFileWriter( const char *sFileName, const char *sIndent=NULL, XmlNode *pRoot=NULL ); + XmlFileWriter( FILE *fh, const char *sIndent=NULL, XmlNode *pRoot=NULL ); /** * Destroy the writer. -- cgit v1.2.3