diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/source/diff/diff.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/diff/diff.cxx b/test/source/diff/diff.cxx index 477813259af7..e3f7c115d809 100644 --- a/test/source/diff/diff.cxx +++ b/test/source/diff/diff.cxx @@ -81,7 +81,7 @@ private: void loadToleranceFile(xmlDocPtr xmlTolerance); bool compareAttributes(xmlNodePtr node1, xmlNodePtr node2); - bool compareElements(xmlNodePtr node1, xmlNodePtr node2); + bool compareElements(xmlNode* node1, xmlNode* node2); /// Error message for cppunit that prints out when expected and found are not equal. void cppunitAssertEqual(const xmlChar *expected, const xmlChar *found); |