summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/ex_import/tinyxml.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserInfoEx/ex_import/tinyxml.h')
-rw-r--r--plugins/UserInfoEx/ex_import/tinyxml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/ex_import/tinyxml.h b/plugins/UserInfoEx/ex_import/tinyxml.h
index b8246f4953..34e1c25517 100644
--- a/plugins/UserInfoEx/ex_import/tinyxml.h
+++ b/plugins/UserInfoEx/ex_import/tinyxml.h
@@ -209,7 +209,7 @@ public:
1,1). If the returns values are 0 or less, then the parser does not have
a row and column value.
- Generally, the row and column value will be set when the TiXmlDocument::Load(),
+ Generally, the row and column value will be set when the TiXmlDocument::Load(void),
TiXmlDocument::LoadFile(), or any TiXmlNode::Parse() is called. It will NOT be set
when the DOM was created from operator>>.