diff --git a/include/XPath/impl/xpath_value.hpp b/include/XPath/impl/xpath_value.hpp index 31701ca6..63eac5d2 100644 --- a/include/XPath/impl/xpath_value.hpp +++ b/include/XPath/impl/xpath_value.hpp @@ -17,6 +17,12 @@ namespace XPath template class Value_base : public XPathValue_impl, public XPathExpression_impl { + typedef XPathValue_impl XPathValue_implT; + using XPathValue_implT::asBool; + using XPathValue_implT::asNumber; + using XPathValue_implT::asString; + using XPathValue_implT::asNodeSet; + protected: Value_base() { } ~Value_base() { }