From 26899a31d9a85e6ec6cfb782b0977af05e3330c1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 Jun 2012 11:51:14 +0200 Subject: Get rid of dependency on libcult --- xsd-frontend/semantic-graph/any.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xsd-frontend/semantic-graph/any.hxx') 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 Namespaces; + typedef std::vector 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, -- cgit v1.1