summaryrefslogtreecommitdiff
path: root/odb/relational/model.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/model.hxx')
-rw-r--r--odb/relational/model.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/relational/model.hxx b/odb/relational/model.hxx
index 8920825..7b5fb78 100644
--- a/odb/relational/model.hxx
+++ b/odb/relational/model.hxx
@@ -755,6 +755,7 @@ namespace relational
sema_rel::table& t (model_.new_node<sema_rel::table> (id));
t.set ("cxx-location", c.location ());
+ t.set ("class", &c);
t.set ("deleted-map", deleted_column_map ());
model_.new_edge<sema_rel::qnames> (model_, t, name);