aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/source.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/source.cxx')
-rw-r--r--odb/relational/source.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/relational/source.cxx b/odb/relational/source.cxx
index 6b364cf..5dfc15a 100644
--- a/odb/relational/source.cxx
+++ b/odb/relational/source.cxx
@@ -138,7 +138,7 @@ namespace relational
tt = lex.next (t);
decl = lookup::resolve_scoped_name (
- t, tt, ptt, lex, vo->object->tree_node (), name, false);
+ t, tt, ptt, lex, vo->obj->tree_node (), name, false);
}
}
@@ -172,7 +172,7 @@ namespace relational
if (multi_obj)
{
r += "::";
- r += vo->object->name ();
+ r += vo->obj->name ();
}
}