aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-04-29 15:56:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-29 15:56:40 +0200
commit72fb12ff3dabeaccf66b838f2919701d38dc60df (patch)
treecb913c424e6529c1d43dabd21e70ca1b4fa03314
parent7666ab6a1d8d1bcf64453ba95af8697455d8106d (diff)
Cosmetic change
-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);"