aboutsummaryrefslogtreecommitdiff
path: root/odb/context.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-20 10:14:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-20 10:14:10 +0200
commit584f3602038919957f62848a03deb5b5bd9cc9ba (patch)
tree7701fe208205bccd079d5d896aad460fd2ad1211 /odb/context.cxx
parentf01bc7a5db83aebb91853ba0669a9eaf9598a8e3 (diff)
Cosmetic changes
Diffstat (limited to 'odb/context.cxx')
-rw-r--r--odb/context.cxx2
1 files changed, 1 insertions, 1 deletions
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<semantics::type*> (m, key);