aboutsummaryrefslogtreecommitdiff
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 09a2d39..9d8dcba 100644
--- a/odb/relational/header.hxx
+++ b/odb/relational/header.hxx
@@ -1176,7 +1176,7 @@ namespace relational
// init (image, value)
//
- os << "static bool" << endl
+ os << "static " << (generate_grow ? "bool" : "void") << endl
<< "init (image_type&, const value_type&, " <<
db << "::statement_kind);"
<< endl;