summaryrefslogtreecommitdiff
path: root/odb/relational/header.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/header.hxx')
-rw-r--r--odb/relational/header.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/header.hxx b/odb/relational/header.hxx
index 53ff93a..cf09097 100644
--- a/odb/relational/header.hxx
+++ b/odb/relational/header.hxx
@@ -108,7 +108,7 @@ namespace relational
names (c);
- if (!composite (c))
+ if (!(composite (c) || abstract (c)))
os << "std::size_t version;";
image_extra (c);