summaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index 3461da2..f08878d 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -249,25 +249,25 @@ public:
static semantics::type&
container_idt (semantics::type& c)
{
- return *c.get<semantics::type*> ("tree-id-type");
+ return *c.get<semantics::type*> ("id-tree-type");
}
static semantics::type&
container_vt (semantics::type& c)
{
- return *c.get<semantics::type*> ("tree-value-type");
+ return *c.get<semantics::type*> ("value-tree-type");
}
static semantics::type&
container_it (semantics::type& c)
{
- return *c.get<semantics::type*> ("tree-index-type");
+ return *c.get<semantics::type*> ("index-tree-type");
}
static semantics::type&
container_kt (semantics::type& c)
{
- return *c.get<semantics::type*> ("tree-key-type");
+ return *c.get<semantics::type*> ("key-tree-type");
}
static bool