aboutsummaryrefslogtreecommitdiff
path: root/odb/include.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-08-31 14:19:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-08-31 14:19:56 +0200
commita7ec19749a76cc262240124f5c71c1ee4051cba7 (patch)
treeb88fcfe27f1128d439e1e7c1ef470130737cacd4 /odb/include.cxx
parent47d57dc9af5db83e5b508282b844064caf9b7968 (diff)
Rename comp_value() predicate to composite()
Diffstat (limited to 'odb/include.cxx')
-rw-r--r--odb/include.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/include.cxx b/odb/include.cxx
index a01e754..08e785f 100644
--- a/odb/include.cxx
+++ b/odb/include.cxx
@@ -81,7 +81,7 @@ namespace
// We only generate things for objects and composite value types.
//
- if (!(object (c) || comp_value (c)))
+ if (!(object (c) || composite (c)))
return;
// This is a persistent object or composite value type declared in