aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 9d8dcba..a1af1f6 100644
--- a/odb/relational/header.hxx
+++ b/odb/relational/header.hxx
@@ -1280,7 +1280,7 @@ namespace relational
<< " query_base_type," << endl
<< " query_columns<" << endl
<< " " << type << "," << endl
- << " access::object_traits< " << type << "> >"
+ << " access::object_traits< " << type << " > >"
<< "{"
<< "query_type ();"
<< "query_type (bool);"