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.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/relational/header.hxx b/odb/relational/header.hxx
index cf09097..355ec83 100644
--- a/odb/relational/header.hxx
+++ b/odb/relational/header.hxx
@@ -109,7 +109,8 @@ namespace relational
names (c);
if (!(composite (c) || abstract (c)))
- os << "std::size_t version;";
+ os << "std::size_t version;"
+ << endl;
image_extra (c);