From 584f3602038919957f62848a03deb5b5bd9cc9ba Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Apr 2011 10:14:10 +0200 Subject: Cosmetic changes --- odb/context.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'odb/context.hxx') 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 ("tree-id-type"); + return *c.get ("id-tree-type"); } static semantics::type& container_vt (semantics::type& c) { - return *c.get ("tree-value-type"); + return *c.get ("value-tree-type"); } static semantics::type& container_it (semantics::type& c) { - return *c.get ("tree-index-type"); + return *c.get ("index-tree-type"); } static semantics::type& container_kt (semantics::type& c) { - return *c.get ("tree-key-type"); + return *c.get ("key-tree-type"); } static bool -- cgit v1.1