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