summaryrefslogtreecommitdiff
path: root/odb/semantics/class.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-03-21 08:36:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-23 16:50:56 +0200
commit8d89bf37dd4ef3cb7373e1841ff57a53916fff0d (patch)
tree704b7de0338eba0e008a96a09b6d57e86846d1b1 /odb/semantics/class.hxx
parent68ff21c56fb287790440208907ad2a851a108f89 (diff)
Polymorphic inheritance support
Diffstat (limited to 'odb/semantics/class.hxx')
-rw-r--r--odb/semantics/class.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/semantics/class.hxx b/odb/semantics/class.hxx
index d62de53..b9f8f34 100644
--- a/odb/semantics/class.hxx
+++ b/odb/semantics/class.hxx
@@ -111,7 +111,7 @@ namespace semantics
}
using scope::add_edge_left;
- using scope::add_edge_right;
+ using type::add_edge_right;
// Resolve conflict between scope::scope and nameable::scope.
//