summaryrefslogtreecommitdiff
path: root/src/domhelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/domhelpers.h')
-rw-r--r--src/domhelpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/domhelpers.h b/src/domhelpers.h
index f042edd..65ab4e9 100644
--- a/src/domhelpers.h
+++ b/src/domhelpers.h
@@ -111,7 +111,7 @@ typedef std::stack<DOM::Node> NodeStack;
* For iterating through the elements in a document.
*/
class ElementIterator
- : public std::iterator<std::input_iterator_tag, DOM::Element, ptrdiff_t>
+ : public std::iterator<std::input_iterator_tag, DOM::Element, std::ptrdiff_t>
{
public:
ElementIterator()