summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/odb.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/odb.cxx b/odb/odb.cxx
index 662c18d..ff28fbc 100644
--- a/odb/odb.cxx
+++ b/odb/odb.cxx
@@ -737,7 +737,7 @@ main (int argc, char* argv[])
//
os << "template <typename T>" << endl
<< "bool" << endl
- << "has_lt_operator (T const& x, T const& y)" << endl
+ << "has_lt_operator (const T& x, const T& y)" << endl
<< "{" << endl
<< "bool r (x < y);" << endl
<< "return r;" << endl