diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-07-15 01:01:07 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-07-15 01:01:07 +0000 |
commit | bb8fd64ea27254d1652cbf6700ae042959980909 (patch) | |
tree | 52bcb4bbb1eb3e2fb24a926c58f701685a9d07af /src/xmlfilewriter.h | |
parent | 5b650d2d0c96545c5a276a1b819d0f5baebf8204 (diff) | |
download | libbu++-bb8fd64ea27254d1652cbf6700ae042959980909.tar.gz libbu++-bb8fd64ea27254d1652cbf6700ae042959980909.tar.bz2 libbu++-bb8fd64ea27254d1652cbf6700ae042959980909.tar.xz libbu++-bb8fd64ea27254d1652cbf6700ae042959980909.zip |
Added stuff that I thought was already there...
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. |