aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/inline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/inline.hxx')
-rw-r--r--odb/relational/inline.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/relational/inline.hxx b/odb/relational/inline.hxx
index d1a4393..ed10e09 100644
--- a/odb/relational/inline.hxx
+++ b/odb/relational/inline.hxx
@@ -510,7 +510,7 @@ namespace relational
os << "inline" << endl
<< traits << "::image_type*" << endl
<< traits << "::" << endl
- << "clone_image (const image_type& i)"
+ << "clone_image (image_type& i)"
<< "{";
if (poly_derived)
@@ -528,7 +528,7 @@ namespace relational
//
os << "inline" << endl
<< "void " << traits << "::" << endl
- << "copy_image (image_type& d, const image_type& s)"
+ << "copy_image (image_type& d, image_type& s)"
<< "{";
if (poly_derived)