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.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/context.cxx') diff --git a/odb/context.cxx b/odb/context.cxx index e2096d9..31f0865 100644 --- a/odb/context.cxx +++ b/odb/context.cxx @@ -171,7 +171,7 @@ member_type (semantics::data_member& m, string const& key_prefix) if (key_prefix.empty ()) return m.type (); - string const key ("tree-" + key_prefix + "-type"); + string const key (key_prefix + "-tree-type"); if (m.count (key)) return *indirect_value (m, key); -- cgit v1.1