summaryrefslogtreecommitdiff
path: root/xsd/processing/inheritance
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-05-07 09:41:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-05-07 09:41:11 +0200
commit67ba09efbc685093da252f8e04d8c588b4f1e3a3 (patch)
tree84778558e171e11c6058e47c3382cce482e6fbf9 /xsd/processing/inheritance
parentad2343698f84f5f5761880587b75f42ad6737799 (diff)
Update to reflect libxsd-frontend interface changes
Diffstat (limited to 'xsd/processing/inheritance')
-rw-r--r--xsd/processing/inheritance/processor.cxx2
1 files changed, 1 insertions, 1 deletions
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);