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.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/relational/header.cxx b/odb/relational/header.cxx
index 476aad3..41fdd26 100644
--- a/odb/relational/header.cxx
+++ b/odb/relational/header.cxx
@@ -208,6 +208,11 @@ traverse_object (type& c)
if (!poly_derived && id != 0)
{
+ if (auto_id)
+ os << "static id_type" << endl
+ << "id (const id_image_type&);"
+ << endl;
+
if (options.generate_query ())
os << "static id_type" << endl
<< "id (const image_type&);"