summaryrefslogtreecommitdiff
path: root/odb/semantics/relational/model.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/relational/model.hxx')
-rw-r--r--odb/semantics/relational/model.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/semantics/relational/model.hxx b/odb/semantics/relational/model.hxx
index 7d2f944..a761af1 100644
--- a/odb/semantics/relational/model.hxx
+++ b/odb/semantics/relational/model.hxx
@@ -12,7 +12,7 @@ namespace semantics
{
namespace relational
{
- class model: public graph<node, edge>, public scope
+ class model: public graph<node, edge>, public qscope
{
public:
model ()
@@ -26,8 +26,8 @@ namespace semantics
}
public:
- using scope::add_edge_left;
- using scope::add_edge_right;
+ using qscope::add_edge_left;
+ using qscope::add_edge_right;
private:
model (model const&);