-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
String is being assumed as bool in writeXML
sdstring document::writeXML(const sdstring &rootElem, bool bPretty, bool bTabs, PREWRITEPTR preWriter) <--- should be calling this
sdstring document::writeXML(bool bPretty, bool bTabs, PREWRITEPTR preWriter) <-- Calls this instead
dDoc.writeXML("random string", true);
Metadata
Metadata
Assignees
Labels
No labels