summaryrefslogtreecommitdiff
path: root/odb/inline.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-08-31 14:00:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-08-31 14:00:18 +0200
commit130d691d607f2ff78865cc84b6fe46a7e79daa9a (patch)
tree4c164746d2f52a462e98f4cf98d1863bf781ebc0 /odb/inline.cxx
parent1f7f9295bf4baf2b86ef5884b1c9929d0b31f758 (diff)
Cosmetic changes and cleanups
Rename some functions to have consistent names. Add object() predicate.
Diffstat (limited to 'odb/inline.cxx')
-rw-r--r--odb/inline.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/inline.cxx b/odb/inline.cxx
index d62a34f..79bee79 100644
--- a/odb/inline.cxx
+++ b/odb/inline.cxx
@@ -13,7 +13,7 @@ namespace
{
struct data_member: traversal::data_member, context
{
- data_member (semantics::class_& cl) //@@ context::object
+ data_member (semantics::class_& cl) //@@ context::{cur,top}_object
{
scope_ = "access::value_traits< " + cl.fq_name () + " >";
}