summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/tree/parsing/long.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-07-15 10:12:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-07-15 10:12:48 +0200
commita85f023588472d3f4747a37d21fea57ce45b7546 (patch)
treeec9a9b5534b96baa1767d53b4e9008ead76d328e /libxsd/xsd/cxx/tree/parsing/long.hxx
parentdcd5ad9bfcf5aecd80139f4f4a5d6abc957b2cff (diff)
Qualify name to work around bug in VC8
Diffstat (limited to 'libxsd/xsd/cxx/tree/parsing/long.hxx')
-rw-r--r--libxsd/xsd/cxx/tree/parsing/long.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxsd/xsd/cxx/tree/parsing/long.hxx b/libxsd/xsd/cxx/tree/parsing/long.hxx
index fa6b7a6..070e66d 100644
--- a/libxsd/xsd/cxx/tree/parsing/long.hxx
+++ b/libxsd/xsd/cxx/tree/parsing/long.hxx
@@ -40,7 +40,7 @@ namespace xsd
long long traits<long long, C, schema_type::other>::
create (const xercesc::DOMElement& e, flags f, container* c)
{
- return create (text_content<C> (e), 0, f, c);
+ return create (tree::text_content<C> (e), 0, f, c);
}
template <typename C>