From 905a5eb6081c15ee3c122200f1dae7a00017999f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 May 2012 09:39:46 +0200 Subject: Update to reflect libxsd-frontend interface changes --- xsde/processing/inheritance/processor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xsde/processing') diff --git a/xsde/processing/inheritance/processor.cxx b/xsde/processing/inheritance/processor.cxx index 79615c3..76172fa 100644 --- a/xsde/processing/inheritance/processor.cxx +++ b/xsde/processing/inheritance/processor.cxx @@ -125,7 +125,7 @@ namespace Processing { if (types_seen_.find (&t) == types_seen_.end ()) { - FrontendElements::Context& ctx (t.context ()); + SemanticGraph::Context& ctx (t.context ()); last_xpath_ = xpath (m); -- cgit v1.1