diff options
Diffstat (limited to 'src/xmlfilewriter.h')
-rw-r--r-- | src/xmlfilewriter.h | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
29 | *@param sIndent The indent text to use, if any. | 29 | *@param sIndent The indent text to use, if any. |
30 | */ | 30 | */ |
31 | XmlFileWriter( const char *sFileName, const char *sIndent=NULL, XmlNode *pRoot=NULL ); | 31 | XmlFileWriter( const char *sFileName, const char *sIndent=NULL, XmlNode *pRoot=NULL ); |
32 | XmlFileWriter( FILE *fh, const char *sIndent=NULL, XmlNode *pRoot=NULL ); | ||
32 | 33 | ||
33 | /** | 34 | /** |
34 | * Destroy the writer. | 35 | * Destroy the writer. |