From 1dd953346bbbf08660d70da574091fdc5547457a Mon Sep 17 00:00:00 2001 From: Jez Higgins Date: Sun, 4 Nov 2012 17:15:34 +0000 Subject: [PATCH] typename --- include/XSLT/impl/xslt_copy.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/XSLT/impl/xslt_copy.hpp b/include/XSLT/impl/xslt_copy.hpp index e5c41d24..d58600c0 100644 --- a/include/XSLT/impl/xslt_copy.hpp +++ b/include/XSLT/impl/xslt_copy.hpp @@ -112,7 +112,7 @@ public: } Arabica::XPath::NodeSet nodes = value.asNodeSet(); - for(Arabica::XPath::NodeSet::const_iterator n = nodes.begin(), e = nodes.end(); n != e; ++n) + for(typename Arabica::XPath::NodeSet::const_iterator n = nodes.begin(), e = nodes.end(); n != e; ++n) copy(*n, context); } // execute