aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/header.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/header.cxx')
-rw-r--r--odb/relational/header.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/header.cxx b/odb/relational/header.cxx
index 48bca91..45f58b8 100644
--- a/odb/relational/header.cxx
+++ b/odb/relational/header.cxx
@@ -322,7 +322,7 @@ traverse_object (type& c)
// init (image, object)
//
- os << "static bool" << endl
+ os << "static " << (generate_grow ? "bool" : "void") << endl
<< "init (image_type&, const object_type&, " << db << "::statement_kind);"
<< endl;