aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/any-attribute.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-frontend/semantic-graph/any-attribute.hxx')
-rw-r--r--xsd-frontend/semantic-graph/any-attribute.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xsd-frontend/semantic-graph/any-attribute.hxx b/xsd-frontend/semantic-graph/any-attribute.hxx
index 8827987..a5ce78a 100644
--- a/xsd-frontend/semantic-graph/any-attribute.hxx
+++ b/xsd-frontend/semantic-graph/any-attribute.hxx
@@ -17,7 +17,7 @@ namespace XSDFrontend
{
class AnyAttribute: public virtual Nameable
{
- typedef std::vector<WideString> Namespaces;
+ typedef std::vector<String> Namespaces;
public:
typedef Namespaces::const_iterator NamespaceIterator;
@@ -63,7 +63,7 @@ namespace XSDFrontend
AnyAttribute (Path const& file,
unsigned long line,
unsigned long column,
- WideString const& namespaces);
+ String const& namespaces);
AnyAttribute (Path const& file,
unsigned long line,