aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/function/base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/function/base.h b/src/function/base.h
index f2b3d5c..5212d65 100644
--- a/src/function/base.h
+++ b/src/function/base.h
@@ -90,7 +90,7 @@ class FunctionBase : public xalan::Function {
return result;
}
- template <unsigned... Index>
+ template <std::size_t... Index>
inline xalan::XalanDocument* callConstructDocument(
const XObjectArgVectorType& parameters,
const xalan::Locator* locator,