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