summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/include/rapidxml/rapidxml.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/include/rapidxml/rapidxml.hpp b/lib/include/rapidxml/rapidxml.hpp
index ae91e08..ffa41c4 100644
--- a/lib/include/rapidxml/rapidxml.hpp
+++ b/lib/include/rapidxml/rapidxml.hpp
@@ -74,9 +74,9 @@ namespace rapidxml
public:
//! Constructs parse error
- parse_error(const char *what, void *where)
- : m_what(what)
- , m_where(where)
+ parse_error(const char *what_, void *where_)
+ : m_what(what_)
+ , m_where(where_)
{
}