From 67ba09efbc685093da252f8e04d8c588b4f1e3a3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 May 2012 09:41:11 +0200 Subject: Update to reflect libxsd-frontend interface changes --- xsd/processing/inheritance/processor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xsd/processing/inheritance') diff --git a/xsd/processing/inheritance/processor.cxx b/xsd/processing/inheritance/processor.cxx index 318e3e4..6bf307e 100644 --- a/xsd/processing/inheritance/processor.cxx +++ b/xsd/processing/inheritance/processor.cxx @@ -110,7 +110,7 @@ namespace Processing if (!t.named_p () && types_seen_.find (&t) == types_seen_.end ()) { - FrontendElements::Context& ctx (t.context ()); + SemanticGraph::Context& ctx (t.context ()); last_xpath_ = xpath (m); -- cgit v1.1